|
@@ -106,7 +106,6 @@ declare module 'vue' {
|
|
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
|
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
- readonly h: UnwrapRef<typeof import('vue')['h']>
|
|
|
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
|
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
|
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
|
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
|
@@ -189,7 +188,6 @@ declare module '@vue/runtime-core' {
|
|
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
|
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
- readonly h: UnwrapRef<typeof import('vue')['h']>
|
|
|
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
|
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
|
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
|
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|