0👍
Solved the problem with:
response.data.text().then(text => {
this.modules[current]['results']['text']['value'] = text
});
- [Vuejs]-How to open a link not in the app? Ionic vue
- [Vuejs]-Why isnt vue-chartjs receiving data from api?
Source:stackexchange.com