App.vue 155 B

1234567891011
  1. <script setup lang="ts">
  2. import EntryLoading from './pages/entry/index.vue'
  3. </script>
  4. <template>
  5. <EntryLoading />
  6. </template>
  7. <style scoped>
  8. </style>