解决 TypeError: Cannot read properties of undefined (reading ‘push‘) 错误提示
解决 TypeError: Cannot read properties of undefined (reading 'push') 错误提示
·
如果你的页面上使用了Element UI的NavMenu组件,它有一个属性为router.
router | 是否使用 vue-router 的模式,启用该模式会在激活导航时以 index 作为 path 进行路由跳转,默认为false |
默认时为false,菜单项上的地址跳转可以使用<a :href='URL'>
router设置为true,菜单项必须使用 vue-router 的模式,否则页面虽然可以跳转,但是会出现错误提示。
这样设置就不会出现push错误了,因为我根本没使用push跳转页面。
更多推荐
已为社区贡献5条内容
所有评论(0)