const router = new VueRouter({ routes: [ { path: '/a', component: A, alias: '/b' } ] }). “别名”的功能让你可以自由地将UI 结构映射到任意的URL,而不是受限于 ...
確定! 回上一頁