add unlock page for desktop

This commit is contained in:
MaysWind
2023-07-02 21:57:22 +08:00
parent db8223ca98
commit b42f7f566b
6 changed files with 244 additions and 4 deletions
+4
View File
@@ -54,6 +54,8 @@ import {
i18nFunctions
} from '@/lib/i18n.js';
import PinCodeInput from '@/components/common/PinCodeInput.vue';
import AmountInput from '@/components/desktop/AmountInput.vue';
import ConfirmDialog from '@/components/desktop/ConfirmDialog.vue';
import SnackBar from '@/components/desktop/SnackBar.vue';
@@ -327,6 +329,8 @@ app.use(router);
app.component('PerfectScrollbar', PerfectScrollbar);
app.component('VueDatePicker', VueDatePicker);
app.component('PinCodeInput', PinCodeInput);
app.component('AmountInput', AmountInput);
app.component('ConfirmDialog', ConfirmDialog);
app.component('SnackBar', SnackBar);