仔细思考了一下 应该是版本不匹配,我的vue版本是2.9.6但是我的router版本是
命令:cnpm install vue-router@+版本号 --save-dev
实例:cnpm install vue-router@3.1.3 --save-dev
顺利解决: