add build time in about page

This commit is contained in:
MaysWind
2020-11-18 23:48:33 +08:00
parent d873778357
commit 9673cd28c6
6 changed files with 11 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ Framework7.use(Framework7Vue);
const i18n = new VueI18n(getI18nOptions());
Vue.prototype.$version = version.getVersion;
Vue.prototype.$buildTime = version.getBuildTime;
Vue.prototype.$licenses = licenses;
Vue.prototype.$constants = {
currency: currency,