diff --git a/components.d.ts b/components.d.ts index 36a3eb55..01a36e5e 100644 --- a/components.d.ts +++ b/components.d.ts @@ -11,6 +11,8 @@ declare module '@vue/runtime-core' { ACol: typeof import('ant-design-vue/es')['Col'] ARow: typeof import('ant-design-vue/es')['Row'] ATooltip: typeof import('ant-design-vue/es')['Tooltip'] + BadgeStatus: typeof import('./src/components/BadgeStatus/index.vue')['default'] + CardBox: typeof import('./src/components/CardBox/index.vue')['default'] GeoComponent: typeof import('./src/components/GeoComponent/index.vue')['default'] MonacoEditor: typeof import('./src/components/MonacoEditor/index.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] diff --git a/src/components/BadgeStatus/index.vue b/src/components/BadgeStatus/index.vue new file mode 100644 index 00000000..47870618 --- /dev/null +++ b/src/components/BadgeStatus/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/src/components/CardBox/index.vue b/src/components/CardBox/index.vue new file mode 100644 index 00000000..7eda82d6 --- /dev/null +++ b/src/components/CardBox/index.vue @@ -0,0 +1,382 @@ + + + + + diff --git a/src/components/GeoComponent/index.vue b/src/components/GeoComponent/index.vue index c22186a3..d2b051bf 100644 --- a/src/components/GeoComponent/index.vue +++ b/src/components/GeoComponent/index.vue @@ -1,3 +1,4 @@ +