mirror of
https://github.com/vuejs/apollo.git
synced 2026-01-25 14:17:04 +00:00
fix: ts error
This commit is contained in:
parent
d4348440e6
commit
ab71f8742e
@ -11,7 +11,7 @@ export interface AppLoadingTracking extends LoadingTracking {
|
||||
}
|
||||
|
||||
export function getAppTracking () {
|
||||
const root = getCurrentInstance().$root
|
||||
const root: any = getCurrentInstance().$root
|
||||
let appTracking: AppLoadingTracking
|
||||
|
||||
if (!root._apolloAppTracking) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user