📚 Interested in learning Vue 3? Check out my course! course.vuecourse.tech/vue3
@aljon79924 жыл бұрын
The self-taught programmer will always salute you!
@kemal_ozturk4 жыл бұрын
I liked the explanations, I feel like I understand it better now. Thank you, sir!
@simonx30882 жыл бұрын
what about two way binding an object or an array in vue3 between parent component and child component ?
@Tarabass4 жыл бұрын
Are those modifiers the replacement for filters? I believe those are removed from v3 and can only be registered on globalProperties?
@abbadkamel88393 жыл бұрын
you are going so so so fast in explanation not with talking but to explain you go so fast specially for me new on vue.js i can't follow you up, but even that thank you really great video
@karuheine11523 жыл бұрын
May I ask if I could bind in the v-model object values?
@JogloDev3 жыл бұрын
Hi Erik, how vue3 use plugin vue2 in to vue3 like vue-data-table etc?
@Paltibenlaish2 жыл бұрын
hi I have a function in the component who maps an array and returns a new object and then I loose all the reactivity? is there someone with same problem?
@m3tys3 жыл бұрын
In my opinion, new v-model is the worst thing in Vue 3.0. We often use v-model with complex objects, for example: . This approach do not work in 3.0. :-(
@danieladekoya12244 жыл бұрын
What extention do you use for your file logo styles
@motu04272 жыл бұрын
hii erik...can u plzz give me source code of the example at last
@AlexZlatev4 жыл бұрын
I'm doing it that way: passing the data from parent to child as a prop and then v-model to that prop in child component. It's working perfectly and don't see any drawbacks. If you think it's wrong, please tell me