App.vue 157 B

1234567891011
  1. <template>
  2. <router-view></router-view>
  3. </template>
  4. <script setup lang="ts">
  5. // 这里写你的业务逻辑
  6. </script>
  7. <style>
  8. /* 全局样式 */
  9. </style>