我的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
没事儿,应该是版本升级的问题
022018-04-18
相似问题