From 7c1c14c0913b0738fe4c00cbee4a55fcf82354c7 Mon Sep 17 00:00:00 2001 From: romanhrynevych Date: Thu, 22 Aug 2024 08:52:13 +0300 Subject: [PATCH] chore: build:registry --- apps/www/__registry__/index.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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",