UNPKG

gulu-vue2

Version:

用 Vue2 做的 UI 框架

67 lines (66 loc) 1.63 kB
module.exports = { base: '/gulu-vue2/', title: '轱辘 UI', description: '一个好用的 UI 框架', themeConfig: { sidebar: [ { title: '安装', path: '/install/', sidebarDepth: 1, }, { title: '快速上手', path: '/getStarted/', sidebarDepth: 1, }, { title: '组件', path: '/components/', sidebarDepth: 1, children: [ { title: 'Button - 按钮', path: '/components/Button.md', sidebarDepth: 2, }, { title: 'Input - 输入框', path: '/components/Input.md', sidebarDepth: 2, }, { title: 'Grid - 网格', path: '/components/Grid.md', sidebarDepth: 2, }, { title: 'Layout - 布局', path: '/components/Layout.md', sidebarDepth: 2, }, { title: 'Toast - 弹出提示框', path: '/components/Toast.md', sidebarDepth: 2, }, { title: 'Tabs - 标签', path: '/components/Tabs.md', sidebarDepth: 2, }, { title: 'Popover - 弹出层', path: '/components/Popover.md', sidebarDepth: 2, }, { title: 'Collapse - 手风琴', path: '/components/Collapse.md', sidebarDepth: 2, } ] } ] }, }