0👍
Use
Object.keys(response.body).map(function(key) {
this.$set(this.options, key, response.body[key]);
});
- [Vuejs]-How to change Highcharts object configuration locally with vue-highcharts?
- [Vuejs]-How to customize iveiw tabpane's width in vue language?
Source:stackexchange.com