Skip to content

Commit

Permalink
fix(nuxt3): remove unexposed auto imports (nuxt#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz authored Nov 15, 2021
1 parent b2fd3f9 commit 73f9cd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nuxt3/src/auto-imports/imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const Nuxt3AutoImports: AutoImportSource[] = [
'defineEmits',
'defineExpose',
'defineProps',
'withAsyncContext',
'withCtx',
'withDefaults',
'withDirectives',
Expand Down

0 comments on commit 73f9cd2

Please sign in to comment.