We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2113dc6 commit 41a33beCopy full SHA for 41a33be
docs/.vuepress/config.ts
@@ -181,6 +181,10 @@ export default defineUserConfig<DefaultThemeOptions>({
181
text: 'Card',
182
link: `/${pkg.config.version_short}/components/card.md`,
183
},
184
+ {
185
+ text: 'Carousel',
186
+ link: `/${pkg.config.version_short}/components/carousel.md`,
187
+ },
188
{
189
text: 'Close Button',
190
link: `/${pkg.config.version_short}/components/close-button.md`,
0 commit comments