diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts index 8e268a8..3b92a32 100644 --- a/src/auto-imports.d.ts +++ b/src/auto-imports.d.ts @@ -38,6 +38,7 @@ declare global { const extendRef: typeof import('@vueuse/core')['extendRef'] const getCurrentInstance: typeof import('vue')['getCurrentInstance'] const getCurrentScope: typeof import('vue')['getCurrentScope'] + const getPostionText: typeof import('./composables/position')['getPostionText'] const h: typeof import('vue')['h'] const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch'] const inject: typeof import('vue')['inject'] @@ -345,6 +346,7 @@ declare module 'vue' { readonly extendRef: UnwrapRef readonly getCurrentInstance: UnwrapRef readonly getCurrentScope: UnwrapRef + readonly getPostionText: UnwrapRef readonly h: UnwrapRef readonly ignorableWatch: UnwrapRef readonly inject: UnwrapRef diff --git a/src/components/AMapClient.vue b/src/components/AMapClient.vue index 92db04d..ba29d1e 100644 --- a/src/components/AMapClient.vue +++ b/src/components/AMapClient.vue @@ -5,6 +5,7 @@