Files
FiDA_Front/src/views/home/agent/components/SketchCard.vue

10 lines
207 B
Vue
Raw Normal View History

<template>
2026-03-24 13:59:16 +08:00
<ReportCard is-sketch title="Sketches Results" content="JPG file"/>
</template>
<script setup lang="ts">
import ReportCard from './ReportCard.vue'
</script>
<style lang="less" scoped>
</style>