Vue警告:渲染错误:“TypeError:路由未定义”[关闭]
Posted
技术标签:
【中文标题】Vue警告:渲染错误:“TypeError:路由未定义”[关闭]【英文标题】:Vue warn : Error in render: "TypeError: route is undefined" [closed] 【发布时间】:2021-02-13 14:29:26 【问题描述】:下午好! 你能告诉我错误是什么吗?
【问题讨论】:
请不要发布代码/错误/数据的图像。而是将代码/错误/数据作为文本发布在代码块中。见How do I ask a good question? 【参考方案1】:在index.js
的路由器文件夹中添加
import Vue from "vue";
import VueRouter from "vue-router";
Vue.use(VueRouter);
export default new Router(
//routes of components
)
然后在你的main.js
中删除
Vue.use(VueRouter);
希望这会奏效。
【讨论】:
请为答案投票。所以它也可以帮助其他人以上是关于Vue警告:渲染错误:“TypeError:路由未定义”[关闭]的主要内容,如果未能解决你的问题,请参考以下文章
[Vue 警告]:渲染错误:“TypeError:无法读取未定义的属性 'NomeStr'”
Vue警告]:渲染错误:“TypeError:无法读取未定义的属性'map'”Vue Google地图[重复]
vue计算属性getter错误=> [Vue警告]:渲染错误:“TypeError:无法读取未定义的属性'periodNum'”[重复]
我收到一个错误 [Vue 警告]:渲染错误:“TypeError:无法读取未定义的属性‘名称’”
[Vue 警告]:渲染错误:“TypeError: undefined is not an object (evalating 'this.$store.state')”