Last active
May 17, 2017 09:13
-
-
Save Samuell1/b41d3d5f6eb6317b0bfd66a38debb6a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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