Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alvarosacari/8fd6be4df5f6b5aaa438950b8963bd21 to your computer and use it in GitHub Desktop.
Save alvarosacari/8fd6be4df5f6b5aaa438950b8963bd21 to your computer and use it in GitHub Desktop.
Convert Vue object to normal object

Convert Vue object to normal object

const obj = this.dataObject
const newObject = JSON.parse(JSON.stringify(obj))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment