12 lines
211 B
Vue
12 lines
211 B
Vue
<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>
|
|
|
|
</style>
|