mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
fix(types): correct vue.config types (#8362)
This commit is contained in:
parent
7278b10112
commit
9ce75c5dfe
4
packages/types/config/index.d.ts
vendored
4
packages/types/config/index.d.ts
vendored
@ -66,7 +66,9 @@ export interface NuxtOptions extends Configuration {
|
||||
serverMiddleware: NuxtOptionsServerMiddleware[]
|
||||
srcDir: string
|
||||
transition: Transition
|
||||
'vue.config': NuxtOptionsVueConfiguration
|
||||
vue: {
|
||||
config?: NuxtOptionsVueConfiguration
|
||||
}
|
||||
watch: string[]
|
||||
watchers: NuxtOptionsWatchers
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user