mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
feat(nuxt): auto import 'watchPostEffect' and 'watchSyncEffect' from vue (#20279)
This commit is contained in:
parent
e1e3d2cd8e
commit
fac160c79f
@ -119,6 +119,8 @@ const vuePreset = defineUnimportPreset({
|
||||
'unref',
|
||||
'watch',
|
||||
'watchEffect',
|
||||
'watchPostEffect',
|
||||
'watchSyncEffect',
|
||||
'isShallow',
|
||||
|
||||
// effect
|
||||
|
Loading…
Reference in New Issue
Block a user