Learn Vue.js 3 with V-Model with examples!! // Is Two-Way Data Binding With V-Model Good?! //

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2024
  • 📚 Interested in learning Vue 3? Check out my course!
    course.vuecourse.tech/vue3
    With Vue.js 3.0 there is a new feature called v-model. It works a bit different then Vue 2. In this video I explore those differences and similiarities. And I talk if you should use it! #vuejs #vuejs3
    👉Check out my last video on Web Developer Scams!
    • WEB DEVELOPER ALERT: H...
    0:00 Introduction
    01:14 What Is V-Model
    08:13 v-model in Vue 3
    09:25 Examples
    ♡ ♡ ♡
    Make Sure To Check These Courses Out On Udemy! 💻
    The Complete 2020 Web Development Bootcamp - Angela Yu - bit.ly/2ADKEKD
    → JAVASCRIPT ALGORITHMS COLT STEELE'S COURSE - bit.ly/2L8HSPV
    → THE WEB DEVELOPER BOOTCAMP (GREAT FOR BEGINNERS) - bit.ly/2zP4alw
    ___
    Links (and code)
    MY WEBSITE - www.programwitherik.com
    MY TWITTER - / erikch

ความคิดเห็น • 16

  • @ProgramWithErik
    @ProgramWithErik  3 ปีที่แล้ว +2

    📚 Interested in learning Vue 3? Check out my course!
    course.vuecourse.tech/vue3

  • @self-taughtprogrammer1779
    @self-taughtprogrammer1779 3 ปีที่แล้ว +9

    The self-taught programmer will always salute you!

  • @kemal_ozturk
    @kemal_ozturk 3 ปีที่แล้ว

    I liked the explanations, I feel like I understand it better now. Thank you, sir!

  • @danieladekoya1224
    @danieladekoya1224 3 ปีที่แล้ว

    What extention do you use for your file logo styles

  • @JogloDev
    @JogloDev 3 ปีที่แล้ว

    Hi Erik, how vue3 use plugin vue2 in to vue3 like vue-data-table etc?

  • @Tarabass
    @Tarabass 3 ปีที่แล้ว

    Are those modifiers the replacement for filters? I believe those are removed from v3 and can only be registered on globalProperties?

  • @karuheine1152
    @karuheine1152 3 ปีที่แล้ว

    May I ask if I could bind in the v-model object values?

  • @Paltibenlaish
    @Paltibenlaish 2 ปีที่แล้ว

    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?

  • @simonx3088
    @simonx3088 2 ปีที่แล้ว

    what about two way binding an object or an array in vue3 between parent component and child component ?

  • @donpuerto
    @donpuerto 3 ปีที่แล้ว

    Can we have the link of the code?

  • @holomorphy
    @holomorphy 2 ปีที่แล้ว

    Nice!

  • @motu0427
    @motu0427 2 ปีที่แล้ว

    hii erik...can u plzz give me source code of the example at last

  • @abbadkamel8839
    @abbadkamel8839 3 ปีที่แล้ว +2

    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

  • @AlexZlatev
    @AlexZlatev 3 ปีที่แล้ว

    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

  • @m3tys
    @m3tys 3 ปีที่แล้ว +1

    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. :-(