[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-04-08 07:24:28 +00:00 committed by GitHub
parent 758824463d
commit 66938bc152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ export function useObserver (): { observe: ObserveFn } | undefined {
}
const _observer = nuxtApp._observer = {
observe
observe,
}
return _observer

View File

@ -30,9 +30,9 @@ export const createLazyIOClientPage = (componentLoader: Component) => {
} else {
return null
}
}
})
},
}),
])
}
},
})
}