code refactor

This commit is contained in:
MaysWind
2021-01-03 14:55:48 +08:00
parent 42b302c58b
commit 39d437a4e7
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export default {
},
computed: {
version() {
return 'v' + this.$version();
return 'v' + this.$version;
},
allLanguages() {
return this.$locale.getAllLanguages();