0👍
You should assign the value to tableData.rows
when available.
this.$store
.dispatch('allCompanies')
.then(() => {
this.tableData.rows = this.$store.getters.getAllCompanies
})
- [Vuejs]-Vue.js: show profile image in laravel public folder
- [Vuejs]-Properly written init method within module action
Source:stackexchange.com