Skip to content

Commit 54bf2bc

Browse files
committed
feat(docs): /dropdown-options to /options
1 parent 6a37fa4 commit 54bf2bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: docs/.vitepress/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineConfig({
3333
text: "Documentation",
3434
items: [
3535
{ text: "Getting Started", link: "/getting-started" },
36-
{ text: "Dropdown Options", link: "/dropdown-options" },
36+
{ text: "Options", link: "/options" },
3737
{ text: "Props", link: "/props" },
3838
{ text: "Slots", link: "/slots" },
3939
{ text: "Events", link: "/events" },
File renamed without changes.

0 commit comments

Comments
 (0)