20. One App vs Multiple App instances. Sharing data between two Vue app instances - Vue js | Vue3

20. One App vs Multiple App instances. Sharing data between two Vue app instances - Vue js | Vue3

Leela Web Dev

3 года назад

4,641 Просмотров

Hi Friends
In this video, we will see how to share the data between two different multiple app instances in vuejs | Vue 3.


The code is deployed in my Github account.
https://github.com/leelanarasimha/vue3-course

If you like my video, please subscribe to my channel.

Youtube Page: https://www.youtube.com/c/leelawebdev/
Facebook Page: https://www.facebook.com/leelawebdev
Twitter Page: https://twitter.com/leelanarsimha
Linkedin: https://www.linkedin.com/in/leela-narasimha-reddy-86517948/
GitHub: https://github.com/leelanarasimha
#Vue #Vue3 #Vuejs #leelawebdev

Тэги:

#vue #vuejs #vue_3 #vue3 #vue_tutorial #vuejs_tutorial #vue_js_tutorial #vue_js_tutorial_for_beginners #vue_js
Ссылки и html тэги не поддерживаются


Комментарии:

Ian Simmons
Ian Simmons - 14.04.2022 05:33

Thank you Sir

Ответить
Hari Krishnan
Hari Krishnan - 09.02.2022 08:26

is it possible to implement multiple master pages (for different users) in vuejs single application?? Please help me to sort this out

Ответить
Ghislain Nono Gueye
Ghislain Nono Gueye - 18.01.2022 07:51

I think that the reason why "commonData" was changed everywhere is because it is an object and objects are accessed by reference and not by value. If commonData was a simple array, this may not have worked. Is my reasoning correct?

Ответить