for Vue 3.x const app = Vue.createApp({}); // 將過去的Vue.component 改為app.component // 將元件註冊在app 身上 app.component('my-component', ...
確定! 回上一頁