[新增] icon 组件

This commit is contained in:
就眠仪式
2021-09-27 06:35:26 +08:00
parent 8affd293bc
commit 5df6cfcbaf
7 changed files with 74 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ const zhCN = [
path: '/zh-CN/guide/',
component: () => import('../../docs/zh-CN/guide/home.md'),
meta: { title: '介绍' },
}
},
],
},
{
@@ -24,6 +24,10 @@ const zhCN = [
path: '/zh-CN/components/button',
component: () => import('../../docs/zh-CN/components/button.md'),
meta: { title: '按钮' },
},{
path: '/zh-CN/components/icon',
component: () => import('../../docs/zh-CN/components/icon.md'),
meta: { title: '图标' },
}
],
},