Skip to content

Instantly share code, notes, and snippets.

@r3trosteve
Created February 24, 2020 12:31
Show Gist options
  • Save r3trosteve/b3a0c605ac40f7d9d107752705aef519 to your computer and use it in GitHub Desktop.
Save r3trosteve/b3a0c605ac40f7d9d107752705aef519 to your computer and use it in GitHub Desktop.
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