We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd998f commit a3b4a4bCopy full SHA for a3b4a4b
docs/.vitepress/config.ts
@@ -28,6 +28,13 @@ export default defineConfig({
28
items: [
29
{ text: 'Button 按钮', link: '/components/button' }
30
]
31
+ },
32
+ {
33
+ text: '布局组件',
34
+ items: [
35
+ { text: 'Grid 栅格', link: '/components/grid' },
36
+ { text: 'Waterfall 瀑布流', link: '/components/waterfall' }
37
+ ]
38
}
39
40
},
0 commit comments