Last active
October 16, 2019 14:43
-
-
Save oviniciusfeitosa/6b89029b706b2a3a74f7aefa75f0ecc0 to your computer and use it in GitHub Desktop.
vue 2 - Adding a new property to reactive object
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
| Vue.set(this.myObject, key, value) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment