fix(nuxt): removed auto imports (#9045)

This commit is contained in:
pooya parsa 2022-11-16 10:59:45 +01:00 committed by GitHub
parent ed6ed058de
commit d6bfa216ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,12 +39,10 @@ const appPreset = defineUnimportPreset({
'setPageLayout', 'setPageLayout',
'useRouter', 'useRouter',
'useRoute', 'useRoute',
'useActiveRoute',
'defineNuxtRouteMiddleware', 'defineNuxtRouteMiddleware',
'navigateTo', 'navigateTo',
'abortNavigation', 'abortNavigation',
'addRouteMiddleware', 'addRouteMiddleware',
'throwError',
'showError', 'showError',
'clearError', 'clearError',
'isNuxtError', 'isNuxtError',