Hello,
I am trying to populate a Treeview with data from a Vuex store without success. Does anyone have some sample code on how to do this? Ive tried dispatching an action in the beforeMount() function to populate the vuex store and then using a computed variable populate the Treeview, but it doesnt seem work even though the Treeview control has the fields.datasource variable populated with my data.
Any sample code on how to do this would be greatly appreciated.
Kind Regards
Adam