I love that you speak very clearly so i can understand everything you say in the right way!!! (i speak spanish xD)
@codewithfongoh Жыл бұрын
Thank youuuuuuu, this just saved me thousands of lines.
@IamPali20242 жыл бұрын
This is amazing. I think Vue will soon become the most popular framework :)
@lorenzneumann7157 Жыл бұрын
Exactly what I was looking for
@VueMastery2 жыл бұрын
Ready to become a better Vue developer in 2022? To help you meet your goals, we are offering a full year of access to our premium courses for the cost of less than 6 months. 👉buff.ly/32c0Kwh
@rimuru2483 Жыл бұрын
Great explanation
@KadduLivingstone2 жыл бұрын
This is a clear explanation thanks so much
@zaviusfirerave Жыл бұрын
What's a good way to generate a dynamic id for the input tag so that the label can have a for attribute too?
@aleksas_codebook2 жыл бұрын
Gotta love Vue. :)
@chris_ea2 жыл бұрын
awesome pedagogy
@hiroyukinumaguchi19842 жыл бұрын
Great content! Thank you!
@sahanabellad99742 жыл бұрын
Thank you for this awesome tutorial. Can you please tell me how to apply the same concept for drop-down list in the form?
@SethSetiadha2 жыл бұрын
would you please make video for more advance form and recommended component/plugin, let's say like datepicker, autocomplete dropdown both single and multiple selectable values, file upload, etc...and same example might need back-end, but i think it would be great video
@VueMastery2 жыл бұрын
This is a great idea!
@masudparbhez458 Жыл бұрын
Amazing
@okanyldrmop2 жыл бұрын
Which theme is used in editor? Btw, thank you for this video.
@caiovinicius78712 жыл бұрын
Very Nice!
@abdulhameed-vo7jq2 жыл бұрын
Awesome work, Thanks!
@TerjeNesthus2 жыл бұрын
Thanks for this
@marcelo.caetano Жыл бұрын
Radiogroup component ?
@nazeefpeerzade63782 жыл бұрын
thanks for explaining :)
@tianqing93632 жыл бұрын
I'm curious what software do you use to animate things in your videos?
@theafricanpostpost Жыл бұрын
How do create a Reusable Form Components with Vue 3 for textarea
@kamertonaudiophileplayer8472 жыл бұрын
A reusabilty is an amazing feature of Vue. I think you are near to switch to low code technology, when you do not need to code at all, you can just tell - I want a drop down form element with: label,list of items and so on. It will be extra cool.
@aangGAD2 жыл бұрын
very nice!
@alaminhossain65102 жыл бұрын
Great ❤️
@clustersnake2 жыл бұрын
Oh! I love Vue! ... pun intended
@CarlosWolfram2 жыл бұрын
Creas un componente reutilizable para el proyecto. ... Nadie lo usa y terminan haciendo desde cero lo mismo que hace el componente >:u
@apnagamer612 жыл бұрын
Ufff
@boolloop2 жыл бұрын
sensetional
@ColinRichardson2 жыл бұрын
My Typescript cries..
@joshgladstone58312 жыл бұрын
why do you use $emit.target.value instead of just the modelValue prop you set up bound to :value?
@toddhammer9228 Жыл бұрын
This. I have been testing atomic components for things like she is building here and it seems that Vue automatically emits the modelValue without having to define the emit. Vue emits the changes for you.