Is vue3 reversing history? #10573
SongbaiLFLY
started this conversation in
General Discussions
Replies: 2 comments
-
Can you show some code examples? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can't follow. Vue 3 still has two-way bindings for inputs etc that Vue 2 did. Vue 3 still has component v-model, too. What did we "reverse"? Also, what do you mean when you say "vue3 splits the components"? You write your components, we don't "split" anything ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The advantage of vue2 is the two-way binding of data, which reduces a lot of repeated code. However, vue3 splits the components and requires data transmission between components. Then the problem you solved with vue at the beginning appears again. Isn’t this reversing history?
Beta Was this translation helpful? Give feedback.
All reactions