App.vue 147 B

123456789
  1. <template>
  2. <div id="app" class="min-h-screen">
  3. <router-view />
  4. </div>
  5. </template>
  6. <script setup lang="ts">
  7. // App组件
  8. </script>