feature: add global size option (#1024)

This commit is contained in:
花裤衩
2018-08-29 15:24:47 +08:00
committed by GitHub
parent 5bbb4abe21
commit 0fbda3c8c7
11 changed files with 112 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ export default {
this.$i18n.locale = lang
this.$store.dispatch('setLanguage', lang)
this.$message({
message: 'switch language success',
message: 'Switch Language Success',
type: 'success'
})
}