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
+2 -2
View File
@@ -66,10 +66,10 @@
export default {
computed: {
version() {
return 'v' + this.$version();
return 'v' + this.$version;
},
buildTime() {
return this.$buildTime();
return this.$buildTime;
},
licenses() {
return this.$licenses;