mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix(types): add missing isFetching
and nbFetching to NuxtApp
interface (#8349)
This commit is contained in:
parent
57aa7cc54d
commit
f36a6a0ff6
2
packages/types/app/index.d.ts
vendored
2
packages/types/app/index.d.ts
vendored
@ -151,6 +151,8 @@ export interface NuxtAppOptions extends ComponentOptions<Vue> {
|
||||
export interface NuxtApp extends Vue {
|
||||
$options: NuxtAppOptions
|
||||
$loading: NuxtLoading
|
||||
nbFetching: number
|
||||
isFetching: boolean
|
||||
context: Context
|
||||
error(params: NuxtError): void
|
||||
isOffline: boolean
|
||||
|
Loading…
Reference in New Issue
Block a user