2026-03-12 16:54:54 +08:00
|
|
|
<template>
|
2026-03-16 11:43:19 +08:00
|
|
|
<ReportCard is-url :report="{title: 'WebSources', content: 'Destination URL'}"/>
|
2026-03-12 16:54:54 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
|
|
import ReportCard from './ReportCard.vue'
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
|
</style>
|