Vue JS returns [__ob__: Observer] data instead of my array of objects

Can also try this:

var parsedobj = JSON.parse(JSON.stringify(obj))
console.log(parsedobj)

It was brought by Evan You himself here and more info on that here

But waiting for the answer is a first step.

Leave a Comment