我的main.js跟别人的不一样

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

tokingtop

2018-04-18

我的main.js跟别人的怎么不一样的。我的是render: h => h(App)  ,老师和其他人的是

 components:{ App },

   template:'<app/>'

我把 render: h => h(App) 注释掉换成  

 components:{ App },

   template:'<app/>'

还报错了[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.

写回答

1回答

Dell

2018-04-18

没事儿,应该是版本升级的问题

0
2
Dell
回复
tokingtop
render是更底层的一个方法,直接转化成了虚拟DOM
2018-04-18
共2条回复

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

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

10675 学习 · 8191 问题

查看课程