I\'ve created a page where I want to get all my data from the database with an API call, but I\'m kinda new to VueJS and Javascript aswell and I don\'t know where I\'m getti
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.