diff --git a/components.d.ts b/components.d.ts index 109a968..ae92c0c 100644 --- a/components.d.ts +++ b/components.d.ts @@ -21,6 +21,8 @@ declare module '@vue/runtime-core' { Tabbar: typeof import('./src/components/tabbar/index.vue')['default'] Tensorflow: typeof import('./src/components/arFrame/tensorflow.vue')['default'] VanActionSheet: typeof import('vant/es')['ActionSheet'] + VanAddressEdit: typeof import('vant/es')['AddressEdit'] + VanArea: typeof import('vant/es')['Area'] VanDivider: typeof import('vant/es')['Divider'] VanField: typeof import('vant/es')['Field'] VanIcon: typeof import('vant/es')['Icon'] diff --git a/index.html b/index.html index a9a3309..61c1d89 100644 --- a/index.html +++ b/index.html @@ -12,4 +12,9 @@