|
@@ -63,6 +63,7 @@ declare global {
|
|
|
const isReactive: typeof import('vue')['isReactive']
|
|
const isReactive: typeof import('vue')['isReactive']
|
|
|
const isReadonly: typeof import('vue')['isReadonly']
|
|
const isReadonly: typeof import('vue')['isReadonly']
|
|
|
const isRef: typeof import('vue')['isRef']
|
|
const isRef: typeof import('vue')['isRef']
|
|
|
|
|
+ const isWxMiniProgram: typeof import('./utils/index')['isWxMiniProgram']
|
|
|
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
|
|
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
|
|
|
const mapActions: typeof import('pinia')['mapActions']
|
|
const mapActions: typeof import('pinia')['mapActions']
|
|
|
const mapGetters: typeof import('pinia')['mapGetters']
|
|
const mapGetters: typeof import('pinia')['mapGetters']
|
|
@@ -432,6 +433,7 @@ declare module 'vue' {
|
|
|
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
|
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
|
|
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
|
|
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
|
|
|
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
|
|
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
|
|
|
|
|
+ readonly isWxMiniProgram: UnwrapRef<typeof import('./utils/index')['isWxMiniProgram']>
|
|
|
readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
|
|
readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
|
|
|
readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
|
|
readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
|
|
|
readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
|
|
readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
|
|
@@ -440,7 +442,6 @@ declare module 'vue' {
|
|
|
readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']>
|
|
readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']>
|
|
|
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
|
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
|
|
readonly mountApis: UnwrapRef<typeof import('./api/createApis')['mountApis']>
|
|
readonly mountApis: UnwrapRef<typeof import('./api/createApis')['mountApis']>
|
|
|
- readonly navCommonMiniProgram: UnwrapRef<typeof import('./utils/index')['navCommonMiniProgram']>
|
|
|
|
|
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
|
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
|
|
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
|
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
|
|
readonly onAddToFavorites: UnwrapRef<typeof import('@dcloudio/uni-app')['onAddToFavorites']>
|
|
readonly onAddToFavorites: UnwrapRef<typeof import('@dcloudio/uni-app')['onAddToFavorites']>
|