fix: build
This commit is contained in:
parent
5120ad2742
commit
67e6f1a979
|
|
@ -580,21 +580,21 @@ export const Index = {
|
||||||
name: 'ActivityGoal',
|
name: 'ActivityGoal',
|
||||||
type: 'components:example',
|
type: 'components:example',
|
||||||
registryDependencies: ['button', 'card', 'themes', 'config'],
|
registryDependencies: ['button', 'card', 'themes', 'config'],
|
||||||
component: () => import('../src/lib/registry/default/example/ActivityGoal.vue').then(m => m.default),
|
component: () => import('../src/lib/registry/default/example/Cards/ActivityGoal.vue').then(m => m.default),
|
||||||
files: ['../src/lib/registry/default/example/ActivityGoal.vue'],
|
files: ['../src/lib/registry/default/example/ActivityGoal.vue'],
|
||||||
},
|
},
|
||||||
DataTable: {
|
DataTable: {
|
||||||
name: 'DataTable',
|
name: 'DataTable',
|
||||||
type: 'components:example',
|
type: 'components:example',
|
||||||
registryDependencies: ['button', 'checkbox', 'dropdown-menu', 'input', 'table', 'card', 'utils'],
|
registryDependencies: ['button', 'checkbox', 'dropdown-menu', 'input', 'table', 'card', 'utils'],
|
||||||
component: () => import('../src/lib/registry/default/example/DataTable.vue').then(m => m.default),
|
component: () => import('../src/lib/registry/default/example/Cards/DataTable.vue').then(m => m.default),
|
||||||
files: ['../src/lib/registry/default/example/DataTable.vue'],
|
files: ['../src/lib/registry/default/example/DataTable.vue'],
|
||||||
},
|
},
|
||||||
Metric: {
|
Metric: {
|
||||||
name: 'Metric',
|
name: 'Metric',
|
||||||
type: 'components:example',
|
type: 'components:example',
|
||||||
registryDependencies: ['card', 'config'],
|
registryDependencies: ['card', 'config'],
|
||||||
component: () => import('../src/lib/registry/default/example/Metric.vue').then(m => m.default),
|
component: () => import('../src/lib/registry/default/example/Cards/Metric.vue').then(m => m.default),
|
||||||
files: ['../src/lib/registry/default/example/Metric.vue'],
|
files: ['../src/lib/registry/default/example/Metric.vue'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -1177,21 +1177,21 @@ export const Index = {
|
||||||
name: 'ActivityGoal',
|
name: 'ActivityGoal',
|
||||||
type: 'components:example',
|
type: 'components:example',
|
||||||
registryDependencies: ['button', 'card', 'themes', 'config'],
|
registryDependencies: ['button', 'card', 'themes', 'config'],
|
||||||
component: () => import('../src/lib/registry/new-york/example/ActivityGoal.vue').then(m => m.default),
|
component: () => import('../src/lib/registry/new-york/example/Cards/ActivityGoal.vue').then(m => m.default),
|
||||||
files: ['../src/lib/registry/new-york/example/ActivityGoal.vue'],
|
files: ['../src/lib/registry/new-york/example/ActivityGoal.vue'],
|
||||||
},
|
},
|
||||||
DataTable: {
|
DataTable: {
|
||||||
name: 'DataTable',
|
name: 'DataTable',
|
||||||
type: 'components:example',
|
type: 'components:example',
|
||||||
registryDependencies: ['button', 'checkbox', 'dropdown-menu', 'input', 'table', 'card', 'utils'],
|
registryDependencies: ['button', 'checkbox', 'dropdown-menu', 'input', 'table', 'card', 'utils'],
|
||||||
component: () => import('../src/lib/registry/new-york/example/DataTable.vue').then(m => m.default),
|
component: () => import('../src/lib/registry/new-york/example/Cards/DataTable.vue').then(m => m.default),
|
||||||
files: ['../src/lib/registry/new-york/example/DataTable.vue'],
|
files: ['../src/lib/registry/new-york/example/DataTable.vue'],
|
||||||
},
|
},
|
||||||
Metric: {
|
Metric: {
|
||||||
name: 'Metric',
|
name: 'Metric',
|
||||||
type: 'components:example',
|
type: 'components:example',
|
||||||
registryDependencies: ['card', 'config'],
|
registryDependencies: ['card', 'config'],
|
||||||
component: () => import('../src/lib/registry/new-york/example/Metric.vue').then(m => m.default),
|
component: () => import('../src/lib/registry/new-york/example/Cards/Metric.vue').then(m => m.default),
|
||||||
files: ['../src/lib/registry/new-york/example/Metric.vue'],
|
files: ['../src/lib/registry/new-york/example/Metric.vue'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user