0👍
It seems that the data wasn’t loaded when I try to mounted(). Using a watcher before the mounted made it work.
watch: { gamedata(){ this.getData()} },
mounted() {
this.series = this.populate();
}
- [Vuejs]-How to use moment.js to format the v-model data from a vuetify v-text-field (type:time)?
- [Vuejs]-How to apply a filter to only one column in <b-table>
Source:stackexchange.com