diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts index 19a64516..85383e9a 100644 --- a/apps/www/__registry__/index.ts +++ b/apps/www/__registry__/index.ts @@ -1067,6 +1067,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/TagsInputDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/TagsInputDemo.vue"], }, + "TagsInputFormDemo": { + name: "TagsInputFormDemo", + type: "components:example", + registryDependencies: ["tags-input","button","form","toast"], + component: () => import("../src/lib/registry/default/example/TagsInputFormDemo.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/TagsInputFormDemo.vue"], + }, "TextareaDemo": { name: "TextareaDemo", type: "components:example", @@ -2545,6 +2552,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/TagsInputDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/TagsInputDemo.vue"], }, + "TagsInputFormDemo": { + name: "TagsInputFormDemo", + type: "components:example", + registryDependencies: ["tags-input","button","form","toast"], + component: () => import("../src/lib/registry/new-york/example/TagsInputFormDemo.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/TagsInputFormDemo.vue"], + }, "TextareaDemo": { name: "TextareaDemo", type: "components:example",