App.vue 191 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <template> <div id="app"> <router-view /> </div> </template> <script setup> // 这里可以添加全局逻辑 </script> <style> /* 全局样式已在 style.css 中定义 */ </style>