要先將Vuex 宣告出來,並且將data 搬進state. JavaScript. Vue 裡的 data const app = new Vue({ data: { count: 0 }, //... } 搬到 Vuex.Store 變成
確定! 回上一頁