<script setup lang="ts"> import EntryLoading from './pages/entry/index.vue' </script> <template> <EntryLoading /> </template> <style scoped> </style>