Skip to content

Commit a3b4a4b

Browse files
docs: 添加Grid和Waterfall组件到文档侧边栏
1 parent 0fd998f commit a3b4a4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ export default defineConfig({
2828
items: [
2929
{ text: 'Button 按钮', link: '/components/button' }
3030
]
31+
},
32+
{
33+
text: '布局组件',
34+
items: [
35+
{ text: 'Grid 栅格', link: '/components/grid' },
36+
{ text: 'Waterfall 瀑布流', link: '/components/waterfall' }
37+
]
3138
}
3239
]
3340
},

0 commit comments

Comments
 (0)