When using createVNode, the data in props changes and the component does not update #13760
Unanswered
xyz-zz
asked this question in
Help/Questions
Replies: 0 comments
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.
-
I have a simple example that looks like this:
src/components/SyncInput/SyncInput.vue
And attached a modular call package
src/components/SyncInput/index.js
In App.vue
But when I enter text in the input , it does not display in the P tag below,
What I mean is that when I create a component using createVNode, the data in the props changes, and the component cannot track it, and there is no way to synchronize the changes to the interface. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions