Skip to content

Instantly share code, notes, and snippets.

@vertcitron
Created November 7, 2018 10:18
Show Gist options
  • Save vertcitron/dcd0cb46ddb7f7bc445c01e79bcc9aa0 to your computer and use it in GitHub Desktop.
Save vertcitron/dcd0cb46ddb7f7bc445c01e79bcc9aa0 to your computer and use it in GitHub Desktop.
const originalSlot = this.$store.getters['asset/slot']('original')
originalSlot.public_url = 'some new url'
this.$store.commit('asset/setSlot', this.originalSlot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment