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

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