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
The best way possible
obj2 = JSON.stringify(obj) obj3 = JSON.parse(obj2)
Or
obj2 = Object.assign([], obj)
It was brought by Evan You himself here and more info