MonthlyReportAdd.vue 123 B

1234567
  1. <template>
  2. <div>addddd</div>
  3. </template>
  4. <script setup lang="ts">
  5. defineOptions({ name: 'MonthlyReportAdd' })
  6. </script>