[Vuejs]-Get data from component to another page view

0👍

User “async” from discord vue chat has solved this for me.
Solution was a bit complicated and required a changes to few files.
Refer to gitlab repo if you are curious to find out more about it, because I can’t document it here due to its complexity.

0👍

According to me, the better solution should be using Vuex (https://vuex.vuejs.org/) that permits you to store data in sharing point called store.

Alternatively you can use events as documented here: https://v2.vuejs.org/v2/guide/components-custom-events.html#Binding-Native-Events-to-Components

0👍

You can import TableField.vue in Statistics.vue and pass changes: [] as props.

Leave a comment