Error box, download button, editor save and more.

This commit is contained in:
Henrique Dias
2017-07-06 14:40:06 +01:00
parent a70d1c090c
commit efaa8439a9
14 changed files with 180 additions and 102 deletions

View File

@@ -39,8 +39,7 @@ export default {
this.$router.push({ path: uri })
})
.catch(error => {
// TODO: show error message in a box
console.log(error)
this.$store.commit('showError', error)
})
this.$store.commit('closeHovers')