Files
FiDA_Front/src/views/home/agent/components/UrlCard.vue
2026-03-16 11:43:19 +08:00

10 lines
220 B
Vue

<template>
<ReportCard is-url :report="{title: 'WebSources', content: 'Destination URL'}"/>
</template>
<script setup lang="ts">
import ReportCard from './ReportCard.vue'
</script>
<style lang="less" scoped>
</style>