add exchange rates page

This commit is contained in:
MaysWind
2023-06-23 00:21:00 +08:00
parent 88d5dc2f17
commit d6440d31f2
5 changed files with 317 additions and 3 deletions
+4
View File
@@ -50,6 +50,8 @@ import {
i18nFunctions
} from '@/lib/i18n.js';
import AmountInput from '@/components/desktop/AmountInput.vue';
import '@/styles/desktop/base.css';
import '@/styles/desktop/layout.css';
import '@/styles/desktop/font-size.css';
@@ -306,6 +308,8 @@ app.use(router);
app.component('PerfectScrollbar', PerfectScrollbar);
app.component('VueDatePicker', VueDatePicker);
app.component('AmountInput', AmountInput);
app.config.globalProperties.$version = version.getVersion();
app.config.globalProperties.$buildTime = version.getBuildTime();