When using the v-model binding value in a custom component, the value in vue-devtools is not updated in real time #1319
Labels
cannot reproduce
We cannot reproduce the problem with the given information. More env information needed.
need repro
Version
6.0.0-beta.2
Browser and OS info
Chrome 87.0.4280.67 (Official build) (x86_64)/ mac OS Catalina v10.15.5
Steps to reproduce
What is expected?
When inputting content in input, the corresponding bound test value is updated in real time in vue-devtools
What is actually happening?
After entering the value, I need to switch the component in vue-devtools to see the updated value
My custom dialog component:
use it:
The text was updated successfully, but these errors were encountered: