vue cli 3.0问题

来源:6-4 Vue项目预热 - 单文件组件与Vue中的路由

慕码人5975274

2019-03-04

vue cli 3.0问题
我的router 里面的index.js只有这么写才不报错
new Vue({
el: ‘#app’,
router,
render: h => h(App)
})

像老师一样这么写就报错,报错为:You are using the runtime-only build of Vue where the template compiler is not available.
,为什么?
new Vue({
el: ‘#app’,
router,
component: {App},
template: ‘’
})

写回答

1回答

Dell

2019-03-04

因为3.0对于发的处理做了升级,这个无所谓,你升级到3.0推荐的写法就可以了

0
1
慕码人5975274
非常感谢!
2019-03-05
共1条回复

Vue2.5-2.6-3.0开发去哪儿网App 零基础入门到实战

课程紧跟Vue3版本迭代,企业主流版本Vue2+Vue3全掌握

10675 学习 · 8191 问题

查看课程