Skip to content

Instantly share code, notes, and snippets.

@Samuell1
Last active May 17, 2017 09:13
Show Gist options
  • Save Samuell1/b41d3d5f6eb6317b0bfd66a38debb6a0 to your computer and use it in GitHub Desktop.
Save Samuell1/b41d3d5f6eb6317b0bfd66a38debb6a0 to your computer and use it in GitHub Desktop.
Object.keys(emptyObject).forEach((key) => {
this.$set(this.newData, key, emptyObject[key])
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment