基本路由
安装vue-router,命令 npm i vue-router (vue-router的4版本以上只能在vue3中使用,vue2需要执行npm i vue-router@3)
应用插件 Vue.use(VueRouter
2023-07-20