mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 07:59:33 +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',
|
'unref',
|
||||||
'watch',
|
'watch',
|
||||||
'watchEffect',
|
'watchEffect',
|
||||||
|
'watchPostEffect',
|
||||||
|
'watchSyncEffect',
|
||||||
'isShallow',
|
'isShallow',
|
||||||
|
|
||||||
// effect
|
// effect
|
||||||
|
Loading…
Reference in New Issue
Block a user