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 235ea69 commit 782bcb6Copy full SHA for 782bcb6
docs/.vitepress/config.ts
@@ -50,6 +50,7 @@ export default defineConfig({
50
{ text: "Multiple Select Taggable", link: "/demo/multiple-select-taggable" },
51
{ text: "Custom option slot", link: "/demo/custom-option-slot" },
52
{ text: "Custom tag slot", link: "/demo/custom-tag-slot" },
53
+ { text: "Custom tag-content slot", link: "/demo/custom-tag-content-slot" },
54
{ text: "Custom value mapping", link: "/demo/custom-value-mapping" },
55
{ text: "Dropdown menu header", link: "/demo/dropdown-menu-header" },
56
{ text: "Custom displayed options", link: "/demo/custom-displayed-options" },
0 commit comments