App.vue 80 B

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