Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a186787

Browse files
committed
docs: add style-props
1 parent 6950fa3 commit a186787

File tree

2 files changed

+429
-1
lines changed

2 files changed

+429
-1
lines changed

docs/.vitepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ function getSetupSidebar() {
4040
text: 'Introduction',
4141
children: [
4242
{ text: 'Chakra UI Vue', link: '/' },
43-
{ text: 'Getting Started', link: '/guides/getting-started' }
43+
{ text: 'Getting Started', link: '/guides/getting-started' },
44+
{ text: 'Style Props', link: '/pages/getting-started/style-props' }
4445
]
4546
},
4647
{

0 commit comments

Comments
 (0)