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

12 lines
211 B
Vue
Raw Normal View History

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