App.vue 173 B

123456789101112
  1. <template>
  2. <!-- <router-view></router-view> -->
  3. <Layout />
  4. </template>
  5. <script setup lang="ts">
  6. import Layout from '@/layout/Layout.vue'
  7. </script>
  8. <style>
  9. </style>