12345678910111213141516171819202122232425262728293031323334 |
- export const sidebar = {
- 'components': [
- {
- text: '组件列表',
- items: [
- {text: 'HcAppConfig', link: '/components/app-config/index'},
- {text: '自动补全输入框', link: '/components/autocomplete/index'},
- {text: '卡片', link: '/components/card/index'},
- {text: '副卡片', link: '/components/card-item/index'},
- {text: '图标', link: '/components/icon/index'},
- {text: '鼠标右键菜单', link: '/components/context-menu/index'},
- {text: '步进器', link: '/components/counter/index'},
- {text: '日期时间选择器', link: '/components/date-picker/index'},
- {text: '弹窗框', link: '/components/dialog/index'},
- {text: '缩放拖动弹窗', link: '/components/drag-modal/index'},
- {text: '抽屉', link: '/components/drawer/index'},
- {text: '图片', link: '/components/img/index'},
- {text: 'Loading', link: '/components/loading/index'},
- {text: '小菜单', link: '/components/menu-simple/index'},
- {text: '新开关', link: '/components/new-switch/index'},
- {text: '无数据状态', link: '/components/no-data/index'},
- {text: 'online-office', link: '/components/online-office/index'},
- {text: '分页', link: '/components/page/index'},
- {text: '标题栏扩展', link: '/components/page-header/index'},
- {text: 'pdf文件预览', link: '/components/pdf/index'},
- {text: '短信验证码', link: '/components/sms-auth/index'},
- {text: '状态提示', link: '/components/status/index'},
- {text: '选项卡片', link: '/components/tabs-simple/index'},
- {text: '表格', link: '/components/table/index'},
- {text: '拖动缩放组件', link: '/components/drag-node/index'},
- ],
- },
- ],
- };
|