ci(component): 初步集成 滑块 和 轮播 组件

This commit is contained in:
就眠仪式
2021-10-15 22:44:10 +08:00
parent b45df1c1c1
commit b083b50111
7 changed files with 82 additions and 10 deletions

View File

@@ -309,6 +309,11 @@ export default {
title: '滑块',
subTitle: 'slider',
path: '/zh-CN/components/slider',
},{
id: 38,
title: '轮播',
subTitle: 'carousel',
path: '/zh-CN/components/carousel'
}
]

View File

@@ -198,7 +198,11 @@ const zhCN = [
path: '/zh-CN/components/slider',
component: () => import('../../docs/zh-CN/components/slider.md'),
meta: { title: '滑块' },
},
},{
path: '/zh-CN/components/carousel',
component: () => import('../../docs/zh-CN/components/carousel.md'),
meta: { title: '轮播' },
}
],
},
]