Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Vue 3 Composition API, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:07:42
    Introduction to the Vue.js 3 Composition API
  2. Урок 2. 00:04:08
    Set up a Local Environment with Vite
  3. Урок 3. 00:01:51
    Vue Composition API Setup Method
  4. Урок 4. 00:01:32
    The Setup Method's Parameters: props and context
  5. Урок 5. 00:03:04
    Reactive Primitives with Refs
  6. Урок 6. 00:02:15
    Reactive Data with the Composition API
  7. Урок 7. 00:03:12
    Refs vs Reactive With the Vue 3 Composition API
  8. Урок 8. 00:03:41
    Computed Properties in the Composition API
  9. Урок 9. 00:06:03
    Using Watch with the Composition API
  10. Урок 10. 00:04:28
    The Composition API watchEffect Function
  11. Урок 11. 00:05:40
    Using provide / inject with the Composition API