标签: 前端

2 篇文章

Vue-Router 路由属性解析
Vue2.0------Vue-Router 3.0 export default new Router({     mode: 'history', //路由模式,取值为history与hash     base: '/', //打包路径,默认为/,可以修改     routes: [     {     …