I love that you speak very clearly so i can understand everything you say in the right way!!! (i speak spanish xD)
@IamPali20243 жыл бұрын
This is amazing. I think Vue will soon become the most popular framework :)
@lorenzneumann7157 Жыл бұрын
Exactly what I was looking for
@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?
@codewithfongoh Жыл бұрын
Thank youuuuuuu, this just saved me thousands of lines.
@VueMastery3 жыл бұрын
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
@KadduLivingstone3 жыл бұрын
This is a clear explanation thanks so much
@marcelo.caetano Жыл бұрын
Radiogroup component ?
@aleksas_codebook3 жыл бұрын
Gotta love Vue. :)
@okanyldrmop3 жыл бұрын
Which theme is used in editor? Btw, thank you for this video.
@sahanabellad99743 жыл бұрын
Thank you for this awesome tutorial. Can you please tell me how to apply the same concept for drop-down list in the form?
@rimuru2483 Жыл бұрын
Great explanation
@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!
@theafricanpostpost Жыл бұрын
How do create a Reusable Form Components with Vue 3 for textarea
@tianqing93632 жыл бұрын
I'm curious what software do you use to animate things in your videos?
@hiroyukinumaguchi19842 жыл бұрын
Great content! Thank you!
@caiovinicius78713 жыл бұрын
Very Nice!
@chris_ea3 жыл бұрын
awesome pedagogy
@TerjeNesthus3 жыл бұрын
Thanks for this
@abdulhameed-vo7jq3 жыл бұрын
Awesome work, Thanks!
@masudparbhez458 Жыл бұрын
Amazing
@aangGAD3 жыл бұрын
very nice!
@nazeefpeerzade63783 жыл бұрын
thanks for explaining :)
@alaminhossain65103 жыл бұрын
Great ❤️
@kamertonaudiophileplayer8473 жыл бұрын
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.
@clustersnake3 жыл бұрын
Oh! I love Vue! ... pun intended
@CarlosWolfram3 жыл бұрын
Creas un componente reutilizable para el proyecto. ... Nadie lo usa y terminan haciendo desde cero lo mismo que hace el componente >:u
@boolloop3 жыл бұрын
sensetional
@apnagamer612 жыл бұрын
Ufff
@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.