Тёмный

24. Props as One Data Flow and its limitation while using in Component Vue 3 Composition API - Vue 3 

Leela Web Dev
Подписаться 44 тыс.
Просмотров 915
50% 1

In this video we will see about the props as one data flow and its limitation while using in Component Vue 3 Composition API - Vue3
If you like my video, please subscribe to my channel.
Join in the Telegram Group
t.me/LeelaWebDev
My Playlists:
React Complete Course: • 1. Why use React. Adva...
Vue Complete Course: • 1. Introduction to Vue...
Angular NGRX Complete Course: • 1. Introduction to Ang...
Angular Complete Course: • 1. Angular Introductio...
TypeScript Complete Course: • 1. What is TypeScript ...
ES6 Complete Course: • 1. Introduction to Ecm...
Javascript Complete Course: • 1. Javascript Introduc...
GIT Complete Course: • 1. Git, Distributed Ve...
ESLint Complete Course: • 1. Introduction to ESL...
RxJS Complete Course: • 1. Introduction to RxJ...
Declarative Reactive Programming in Angular Complete Course: • 1. Introduction to Dec...
Angular CLI Complete Course Tutorial:
• 1. Getting Started Wi...
Angular UnitTesting Complete Course:
• 1. Introduction to Ang...
My Courses Playlist Page:
/ leelawebdev
RU-vid Page: / leelawebdev
Facebook Page: / leelawebdev
Twitter Page: / leelanarsimha
Linkedin: / leela-narasimha-reddy-...
GitHub: github.com/leelanarasimha
#vue3 #compositionapi #leelawebdev
Join this channel to get access to perks:
/ @leelawebdev

Опубликовано:

 

14 апр 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@balasubramani9310
@balasubramani9310 Год назад
Hello @leela as you mention ref is used for only primitive data , but you defined as object Const postDetails = ref({ Title:"Leela Web Dev", Id:42 } I tried with reactive Const postDetails = reactive({ Title:"Leela Web Dev", Id:42 } If I use reactive then from UI need to use ostDetails.value -> Here is my question ,if I not giving value data not passing to child