Skip to content

Commit

Permalink
feat(nuxt): auto import 'watchPostEffect' and 'watchSyncEffect' from …
Browse files Browse the repository at this point in the history
…vue (#20279)
  • Loading branch information
smilosevic committed Apr 29, 2023
1 parent e1e3d2c commit fac160c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nuxt/src/imports/presets.ts
Expand Up @@ -119,6 +119,8 @@ const vuePreset = defineUnimportPreset({
'unref',
'watch',
'watchEffect',
'watchPostEffect',
'watchSyncEffect',
'isShallow',

// effect
Expand Down

0 comments on commit fac160c

Please sign in to comment.