can`t use emits with watch #8321
Unanswered
Ena-Heleneto
asked this question in
Help/Questions
Replies: 1 comment 1 reply
-
Watching a ref, like this: watch(dialogForm, (val) => {
emits('update:modelValue', val)
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the child components
the parent components
Normally, I can listen to the dialogModel in the parent component,but it not work
Beta Was this translation helpful? Give feedback.
All reactions