V-Model in Vue Simplified

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

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

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

    Easily the best Vue channel on TH-cam

  • @CodeJan
    @CodeJan 3 ปีที่แล้ว +15

    Personally, I very like the way you're explaining things!
    Covering the regular use cases and then adding more advanced cases. That's awesome!
    Bottom line - very useful!

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

      fantastic! thanks so much for watching.

  • @victoriaa770
    @victoriaa770 3 ปีที่แล้ว +4

    This is a really good video!! I love the simple format and how you explain things!! I came across your blog post on v-model and ended up here. Thanks again for making such good content!

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

      thank you! glad you like it

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

    Excellent! I was just looking for more in-depth info on this subject.

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

      perfect timing! glad it was helpful.

  • @alimodz6253
    @alimodz6253 ปีที่แล้ว

    This concept was a little confusing but you cleared it up thanks! v-model is powerful

  • @adarshsasidharan254
    @adarshsasidharan254 ปีที่แล้ว

    Brilliant explanation

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

    Thanks for this great tutorial, I wonder if there is a way to save the vuex state in the browser and sync that state when you open the app again

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

    Great content as usual!!

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

    As always the subject of video is interesting and showed from few points of view/use, great work! Thank You :) only wanted to point that it's worth to include in title or description which Vue version support this exact feature. is this working on Vue 2 also?

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

      Thanks for the words - and that's an excellent point about Vue version. Some of the feature (default names, multiple component v-models) shown in the video only work in Vue 3.
      Here's a link to the Vue 3 Migration Guide that highlights all the differences: v3.vuejs.org/guide/migration/v-model.html#_2-x-syntax

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

    fantastic, very fast. very practical

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

      thanks ali!

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

    Thanks a lot..... but i would like you to explain a little more.on this to make custom components uisng Vue 3

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

    I've been working with vue for 2 years and i only know this today . hahaha

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

    When adding vmodel. lazy on the child component, doesn't work is there a solution to this?

  • @CompanionCube
    @CompanionCube 2 หลายเดือนก่อน

    1:30 this is wrong. v-bind can also do two way bindings using events. in fact v-model is just a short hand alias for v-bind. this is useful (and the only way) to work with events with dynamic components

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

    How can I connect this app in a website?
    Please respond

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

      If you mean how to add Vue to your project, there's some great docs on this (v3.vuejs.org/guide/installation.html), but if you mean how to deploy it on your own site, I've made a video about deploying your Vue app to Github pages! th-cam.com/video/yo2bMGnIKE8/w-d-xo.html

  • @augischadiegils.5109
    @augischadiegils.5109 2 ปีที่แล้ว

    thanks

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

      you got it! thanks for watching

  • @Mindful-Frequencies-Healthy
    @Mindful-Frequencies-Healthy 3 ปีที่แล้ว +1

    Is this v-model in vue 3?

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

      Most of the concepts in this video (basic v-model, component communication using one v-model) work in Vue 2. But features like the (default names of v-model, multiple component v-models) shown in the video only work in Vue 3.

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

    Okay I'm totally lost