0👍
Well, it was as simple as converting the async callback with JSON.parse like this:
this.diagramData = JSON.parse(response.data.level.startNodeData);
Was sending a string and not an object. Hope this helps others 🙂
- [Vuejs]-Bind dynamically to this vuejs
- [Vuejs]-Django + Webpack + Vue + Code splitting – How to change load url of chunk files
Source:stackexchange.com