const vm = new Vue({<!-- --> router, store, render: (h) => h(App) }).$mount('#app') window.vm = vm // 只把vm暴露给window,以后都在vm中做文章
確定! 回上一頁