Update index.ts
Add Dashboard05
This commit is contained in:
parent
46f7ffb65a
commit
62534ae18d
|
|
@ -1158,6 +1158,13 @@ export const Index = {
|
|||
component: () => import("../src/lib/registry/default/block/Dashboard04.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/block/Dashboard04.vue"],
|
||||
},
|
||||
"Dashboard05": {
|
||||
name: "Dashboard05",
|
||||
type: "components:block",
|
||||
registryDependencies: ["button","card","checkbox","dropdown-menu","input","sheet"],
|
||||
component: () => import("../src/lib/registry/default/block/Dashboard05.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/block/Dashboard05.vue"],
|
||||
},
|
||||
}, "new-york": {
|
||||
"AccordionDemo": {
|
||||
name: "AccordionDemo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user