chore: build:registry
This commit is contained in:
parent
1a49cf0060
commit
7c1c14c091
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user