import { createApp } from 'vue' import App from './App.vue' import router from './router' // <--- createApp(App).use(router).mount('#app').
確定! 回上一頁