fix(nuxt3): remove unexposed auto imports (#1902)

This commit is contained in:
webfansplz 2021-11-15 18:16:26 +08:00 committed by GitHub
parent b2fd3f9840
commit 73f9cd2f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ export const Nuxt3AutoImports: AutoImportSource[] = [
'defineEmits',
'defineExpose',
'defineProps',
'withAsyncContext',
'withCtx',
'withDefaults',
'withDirectives',