1
0

App.vue 78 B

1234567
  1. <script setup lang="ts">
  2. </script>
  3. <template>
  4. <router-view />
  5. </template>