chore: run registry

This commit is contained in:
zernonia 2024-03-21 10:50:28 +08:00
parent 26e3ea917c
commit dc219b4046

View File

@ -80,6 +80,13 @@ export const Index = {
component: () => import("../src/lib/registry/default/example/BadgeSecondaryDemo.vue").then((m) => m.default), component: () => import("../src/lib/registry/default/example/BadgeSecondaryDemo.vue").then((m) => m.default),
files: ["../src/lib/registry/default/example/BadgeSecondaryDemo.vue"], files: ["../src/lib/registry/default/example/BadgeSecondaryDemo.vue"],
}, },
"BarChartDemo": {
name: "BarChartDemo",
type: "components:example",
registryDependencies: ["chart-bar"],
component: () => import("../src/lib/registry/default/example/BarChartDemo.vue").then((m) => m.default),
files: ["../src/lib/registry/default/example/BarChartDemo.vue"],
},
"BreadcrumbDemo": { "BreadcrumbDemo": {
name: "BreadcrumbDemo", name: "BreadcrumbDemo",
type: "components:example", type: "components:example",
@ -465,6 +472,13 @@ export const Index = {
component: () => import("../src/lib/registry/default/example/DialogScrollOverlayDemo.vue").then((m) => m.default), component: () => import("../src/lib/registry/default/example/DialogScrollOverlayDemo.vue").then((m) => m.default),
files: ["../src/lib/registry/default/example/DialogScrollOverlayDemo.vue"], files: ["../src/lib/registry/default/example/DialogScrollOverlayDemo.vue"],
}, },
"DonutChartDemo": {
name: "DonutChartDemo",
type: "components:example",
registryDependencies: ["chart-donut"],
component: () => import("../src/lib/registry/default/example/DonutChartDemo.vue").then((m) => m.default),
files: ["../src/lib/registry/default/example/DonutChartDemo.vue"],
},
"DrawerDemo": { "DrawerDemo": {
name: "DrawerDemo", name: "DrawerDemo",
type: "components:example", type: "components:example",
@ -1194,6 +1208,13 @@ export const Index = {
component: () => import("../src/lib/registry/new-york/example/BadgeSecondaryDemo.vue").then((m) => m.default), component: () => import("../src/lib/registry/new-york/example/BadgeSecondaryDemo.vue").then((m) => m.default),
files: ["../src/lib/registry/new-york/example/BadgeSecondaryDemo.vue"], files: ["../src/lib/registry/new-york/example/BadgeSecondaryDemo.vue"],
}, },
"BarChartDemo": {
name: "BarChartDemo",
type: "components:example",
registryDependencies: ["chart-bar"],
component: () => import("../src/lib/registry/new-york/example/BarChartDemo.vue").then((m) => m.default),
files: ["../src/lib/registry/new-york/example/BarChartDemo.vue"],
},
"BreadcrumbDemo": { "BreadcrumbDemo": {
name: "BreadcrumbDemo", name: "BreadcrumbDemo",
type: "components:example", type: "components:example",
@ -1579,6 +1600,13 @@ export const Index = {
component: () => import("../src/lib/registry/new-york/example/DialogScrollOverlayDemo.vue").then((m) => m.default), component: () => import("../src/lib/registry/new-york/example/DialogScrollOverlayDemo.vue").then((m) => m.default),
files: ["../src/lib/registry/new-york/example/DialogScrollOverlayDemo.vue"], files: ["../src/lib/registry/new-york/example/DialogScrollOverlayDemo.vue"],
}, },
"DonutChartDemo": {
name: "DonutChartDemo",
type: "components:example",
registryDependencies: ["chart-donut"],
component: () => import("../src/lib/registry/new-york/example/DonutChartDemo.vue").then((m) => m.default),
files: ["../src/lib/registry/new-york/example/DonutChartDemo.vue"],
},
"DrawerDemo": { "DrawerDemo": {
name: "DrawerDemo", name: "DrawerDemo",
type: "components:example", type: "components:example",