fix(config, vue-app): add module declaration for config and vue-app (#6379)

This commit is contained in:
Xin Du (Clark) 2019-09-09 08:31:42 +01:00 committed by Pooya Parsa
parent 794536e08f
commit eadde4e88c
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
// Dummy type definition file to provide backward compatibility
// around Nuxt modules extending `@nuxt/config` for Nuxt < 2.9
declare module "@nuxt/config"

View File

@ -1,2 +1,3 @@
// Dummy type definition file to provide backward compatibility
// around Nuxt modules extending `@nuxt/vue-app` for Nuxt < 2.9
declare module "@nuxt/vue-app"