mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
b1c765eb51
* upgrade to vue 3.x and framework7 8.x * change calendar plugin to vue-datepicker * disable export button when user does not hava any transaction * implement new pin code input * append thousands separator in amount in exchange rates page
9 lines
241 B
JavaScript
9 lines
241 B
JavaScript
export default {
|
|
getLicense: () => {
|
|
return __EZBOOKKEEPING_LICENSE__; // eslint-disable-line
|
|
},
|
|
getThirdPartyLicenses: () => {
|
|
return __EZBOOKKEEPING_THIRD_PARTY_LICENSES__ || []; // eslint-disable-line
|
|
}
|
|
};
|