mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 13:08:48 +08:00
7 lines
246 B
JavaScript
7 lines
246 B
JavaScript
|
import Demo from './components/demo.vue'
|
||
|
export default [
|
||
|
{ path: '/:prefix?/components/:name', component: Demo },
|
||
|
// { path: '/:lang?/test/:name/:demo?', component: AsyncComp },
|
||
|
{ path: '/*', redirect: '/ant-design/components/button' },
|
||
|
]
|