Created
February 24, 2020 12:31
-
-
Save r3trosteve/b3a0c605ac40f7d9d107752705aef519 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
updateAddOns(object, addOn) { | |
object.info.settings = { | |
addons: [ | |
{ | |
id: this.guid(), | |
type: addOn.type, | |
name: addOn.name, | |
vale: addOn.vaue | |
} | |
] | |
} | |
this.$store.dispatch("object/update", object); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment