dongweiming / lyanna

My Blog Using Sanic
http://www.dongwm.com
GNU General Public License v3.0
637 stars 173 forks source link

yarn install 下载安装的vue版本为2.6.10,与cdn的vue版本2.6.6不兼容,导致后台不能导航 #32

Closed chenweiqiao closed 5 years ago

chenweiqiao commented 5 years ago

web console 报错:

vue.runtime.min.js:6 
TypeError: Cannot read property 'to' of undefined
    at a.render (vue-router.esm.js?8c4f:1100)
    at a.t._render (vue.runtime.min.js:6)
    at a.r (vue.runtime.min.js:6)
    at cn.get (vue.runtime.min.js:6)
    at new cn (vue.runtime.min.js:6)
    at t (vue.runtime.min.js:6)
    at a._n.$mount (vue.runtime.min.js:6)
    at init (vue.runtime.min.js:6)
    at vue.runtime.min.js:6
    at f (vue.runtime.min.js:6)

解决办法:

把cdn的vue版本修改为2.6.10后正常

dongweiming commented 5 years ago

嗯,我把版本改成固定的了

dongweiming commented 5 years ago

Thanks!