[Vuejs]-Editing information across separate Vue components

0👍

Probably the best way will be to use Vuex. It provides a store, where you can add all data which you need in multiple components.

https://vuex.vuejs.org/en/intro.html

Leave a comment