我是靠谱客的博主 高贵樱桃,最近开发中收集的这篇文章主要介绍"[Vue warn]: Failed to mount component: template or render function not defined",觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
新搭了个vue项目,谢了几个页面,当添加路由时,发现总是提示错误
"[Vue warn]: Failed to mount component: template or render function not defined"错误的解决
于是找到了两种解决方法
require 路径时 错误: component: require(’…/components/movie/movie.vue’)
1: component: (resolve) => require([’@/views/home/home.vue’], resolve),
2: component: require(’…/components/movie/movie.vue’).default
因为不知道什么原因,就先改了
最后
以上就是高贵樱桃为你收集整理的"[Vue warn]: Failed to mount component: template or render function not defined"的全部内容,希望文章能够帮你解决"[Vue warn]: Failed to mount component: template or render function not defined"所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复