This commit is contained in:
jxxghp
2023-06-24 19:00:22 +08:00
parent ec31cd7236
commit 2463ea1350
4 changed files with 1626 additions and 16 deletions

1
components.d.ts vendored
View File

@@ -9,7 +9,6 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
BuyNow: typeof import('./src/@core/components/BuyNow.vue')['default']
CardStatisticsHorizontal: typeof import('./src/@core/components/cards/CardStatisticsHorizontal.vue')['default']
CardStatisticsVertical: typeof import('./src/@core/components/cards/CardStatisticsVertical.vue')['default']
CardStatisticsWithImages: typeof import('./src/@core/components/cards/CardStatisticsWithImages.vue')['default']