Reusable Form Input Components With Vue 3

preview_player
Показать описание

This video covers how to create reusable form input components using vue 3.
-----------------------------------------------------------------------------------------------------
Join my channel to support me to continue doing what I love!
-----------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
Timestamps:
0:00 Introduction
-------------------------------------------------------------------------------------------------------
#vue #vue3 #components
Current Subscribers: 8,467
Рекомендации по теме
Комментарии
Автор

This video just cleared a confusion I had for quite some time! Thx for the superb explanation 👏🏻

martinpenev
Автор

very good useful tutorial, about a very specific thing.

kookoo
Автор

Really helpful as always. Please create the fully functional project using vue 3 set-up api, vuex / pinia and typescript

hafizjavaid
Автор

Pro tip: if you use `type: [Boolean, String]` for the label prop you don't need to specify `default: false` because that would be set by default

_the_one_
Автор

Great content, hope to see a nuxt 3 tutorial soon

owhut
Автор

These damn bots commenting on every video now.

Thanks a lot for the video! I love Vue3 and you always slow us nice and easy stuff about it!

Al-Misanthropic-Bundy
Автор

what about passing v-model.lazy.number???

ReturnMeVoid
Автор

What to do if i want to make whole form resuable?

tanzimibthesam
Автор

Hello is this also applicable for ionic vue project? Thank you

Ikkin
Автор

You could make it even simpler by using the useVModel function from the VueUse library

CsabaKissColorado
Автор

Thank you. Will you tell us about how to validate these components?

NeGovoriNet
Автор

Thanks for the video John!
I have a question, the $attrs key binded can be used for any other html tag? Is there another using for this key?

DanielTames
Автор

when i import the Modal to my parent component, the child component is shown in the script (Modal gets green) and not in the template (Modal is shown as plain text <<bluish>> ). As a result i cant reuse the child component.
Can someone help me plz

dimjohn
Автор

Thanks for this tutorial. Its helpful but Getting following error. Can you please help me here? =>

14:3 error 'defineProps' is not defined no-undef
✖ 1 problem (1 error, 0 warnings)

manjirisonar
Автор

Tutorial on Product feedback app with vue

karthikm.
Автор

Would be great if you can share, how the same BaseInput can be used with other types like (number, email, password, etc)

ravibhati
Автор

Great vid, but it be way better using pinia, just a comment

guillermomazzari