這篇文章主要講解了“vue路由報(bào)錯(cuò)Cannot read property 'beforeRouteEnter' of undefined怎么解決”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“vue路由報(bào)錯(cuò)Cannot read property 'beforeRouteEnter' of undefined怎么解決”吧!
創(chuàng)新互聯(lián)是一家網(wǎng)站制作、成都做網(wǎng)站,提供網(wǎng)頁設(shè)計(jì),網(wǎng)站設(shè)計(jì),網(wǎng)站制作,建網(wǎng)站,按需制作,網(wǎng)站開發(fā)公司,2013年至今是互聯(lián)行業(yè)建設(shè)者,服務(wù)者。以提升客戶品牌價(jià)值為核心業(yè)務(wù),全程參與項(xiàng)目的網(wǎng)站策劃設(shè)計(jì)制作,前端開發(fā),后臺(tái)程序制作以及后期項(xiàng)目運(yùn)營并提出專業(yè)建議和思路。
一、具體路由報(bào)錯(cuò)信息
二、為什么會(huì)出現(xiàn)這種情況
beforeRouterEnter是頁面進(jìn)入之前調(diào)用,所以取不到實(shí)例,默認(rèn)調(diào)用 BeforeRouteEntry 鉤子導(dǎo)致。
三、解決辦法
方法1: 降低vue-router版本
npm i vue-router@2.4.0 將現(xiàn)在的版本降到2.4.0版本以下
方法2: 修改router路由引入方法
{ path: context.name + '/content/aaa.html', name: '/content/aaa.html', meta: { title: 'hahaha', author: "zhangsan" }, component: require('./views/content/aaa.vue').default },
感謝各位的閱讀,以上就是“vue路由報(bào)錯(cuò)Cannot read property 'beforeRouteEnter' of undefined怎么解決”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對vue路由報(bào)錯(cuò)Cannot read property 'beforeRouteEnter' of undefined怎么解決這一問題有了更深刻的體會(huì),具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識(shí)點(diǎn)的文章,歡迎關(guān)注!