add version in settings page, modify version style

This commit is contained in:
MaysWind
2020-11-01 00:15:55 +08:00
parent 5848292ed8
commit 0536efeb20
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
export default {
computed: {
version() {
return this.$version();
return 'v' + this.$version();
}
}
}