0👍
You can use global store (Vuex) to store the counters there and make appropriate actions and mutations to mutate the store values. Those values can be accessible by any component.
Source:stackexchange.com
0👍
You can use global store (Vuex) to store the counters there and make appropriate actions and mutations to mutate the store values. Those values can be accessible by any component.