refactor: vue fixes + modal-upgrade-system.vue

This commit is contained in:
NGPixel
2017-06-10 10:41:15 -04:00
parent 5a8c5237af
commit 28fb2aee70
14 changed files with 130 additions and 68 deletions

View File

@@ -32,7 +32,7 @@
},
methods: {
cancel () {
this.$store.dispatch('anchorClose')
this.$store.dispatch('anchor/close')
},
clipboardSuccess () {
this.$store.dispatch('alert', {
@@ -40,7 +40,7 @@
icon: 'clipboard',
msg: this.$t('modal.anchorsuccess')
})
this.$store.dispatch('anchorClose')
this.$store.dispatch('anchor/close')
},
clipboardError () {
this.$store.dispatch('alert', {