One solution I found was to load the local storage on the main Vue instance. app.js const app = new Vue({ el: '#app', components: { App }, router, store, ...
確定! 回上一頁