0👍
Like answered before you should be able to share data with a propperty and event/emit combination. As a sugar syntax you could use v-model or sync
Another way is to use vuex as a state for the data you could use a getter to obtain data in different components and use setters (commit) to set data to the store
- [Vuejs]-Update vue-toast-notification library
- [Vuejs]-Marked library in Vue 3 throwing marked__WEBPACK_IMPORTED_MODULE_0__.default error
Source:stackexchange.com