From Vue 2 to Vue 3

Lessons

1. From Vue 2 to Vue 3

2:19

2. The new v-model

7:19

3. Multi v-model bindings

9:47

4. v-model modifiers

10:40

5. The New $attrs

11:49

6. Multi root components

9:08

The new v-model

As you probably know,v-model allows us to very quickly and easily capture an input’s value into the state of our application. Every time the user types or interacts with an input, `v-mo