mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
load license content from LICENSE file when build app
This commit is contained in:
+5
-1
@@ -172,7 +172,11 @@ const i18n = new VueI18n(getI18nOptions());
|
||||
|
||||
Vue.prototype.$version = version.getVersion();
|
||||
Vue.prototype.$buildTime = version.getBuildTime();
|
||||
Vue.prototype.$licenses = licenses.getLicenses();
|
||||
|
||||
Vue.prototype.$licenses = {
|
||||
license: licenses.getLicense(),
|
||||
thirdPartyLicenses: licenses.getThirdPartyLicenses()
|
||||
};
|
||||
|
||||
Vue.prototype.$constants = {
|
||||
api: api,
|
||||
|
||||
Reference in New Issue
Block a user