mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 01:17:16 +00:00
fix(nuxt3): remove unexposed auto imports (#1902)
This commit is contained in:
parent
b2fd3f9840
commit
73f9cd2f94
@ -37,7 +37,6 @@ export const Nuxt3AutoImports: AutoImportSource[] = [
|
|||||||
'defineEmits',
|
'defineEmits',
|
||||||
'defineExpose',
|
'defineExpose',
|
||||||
'defineProps',
|
'defineProps',
|
||||||
'withAsyncContext',
|
|
||||||
'withCtx',
|
'withCtx',
|
||||||
'withDefaults',
|
'withDefaults',
|
||||||
'withDirectives',
|
'withDirectives',
|
||||||
|
Loading…
Reference in New Issue
Block a user