20181203——Vue2.0 render:h => h(App)

new Vue({ router, store, //components: { App } vue1.0的寫法 render: h => h(App) vue2.0的寫法 }).$mount('#app')
相關文章
相關標籤/搜索