add version in settings page, modify version style
This commit is contained in:
@@ -110,7 +110,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
version() {
|
||||
return this.$version();
|
||||
return 'v' + this.$version();
|
||||
},
|
||||
isUserRegistrationEnabled() {
|
||||
return this.$isUserRegistrationEnabled();
|
||||
|
||||
Reference in New Issue
Block a user