cleaning message/confirm usage

This commit is contained in:
les
2020-10-07 11:12:13 +02:00
parent a67751928c
commit 3616eeefe5
20 changed files with 53 additions and 287 deletions

View File

@@ -25,10 +25,7 @@ export default {
methods: {
...mapActions(['setSetting']),
save () {
this.$root.$message({
type: 'success',
message: this.$t('common.done')
})
this.$root.$message('commmon.done', { color: 'success' })
this.setSetting({ key: 'about', value: this.about })
}
},