App.vue 123 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 <script setup> // 只需要渲染路由页面 </script> <template> <router-view /> </template> <style scoped> </style>