[新增] icon 组件
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<lay-side>
|
||||
<router-link to="/zh-CN/components/layout">布局</router-link>
|
||||
<router-link to="/zh-CN/components/button">按钮</router-link>
|
||||
<router-link to="/zh-CN/components/icon">图标</router-link>
|
||||
</lay-side>
|
||||
<lay-body>
|
||||
<div style="padding: 20px">
|
||||
|
||||
@@ -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: '图标' },
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user