安装vue-router
npm install vue-router
在main.js中引入
import VueRouter from 'vue-router' Vue.use(VueRouter)