mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
add version in settings page, modify version style
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
export default {
|
||||
computed: {
|
||||
version() {
|
||||
return this.$version();
|
||||
return 'v' + this.$version();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user