code refactor

This commit is contained in:
MaysWind
2023-07-02 20:01:59 +08:00
parent 3eebdfcdb3
commit 2b2d3b9517
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -89,9 +89,10 @@ import {
routeBackOnError routeBackOnError
} from '@/lib/ui.mobile.js'; } from '@/lib/ui.mobile.js';
import PinCodeInput from '@/components/common/PinCodeInput.vue';
import ItemIcon from '@/components/mobile/ItemIcon.vue'; import ItemIcon from '@/components/mobile/ItemIcon.vue';
import PieChart from '@/components/mobile/PieChart.vue'; import PieChart from '@/components/mobile/PieChart.vue';
import PinCodeInput from '@/components/mobile/PinCodeInput.vue';
import PinCodeInputSheet from '@/components/mobile/PinCodeInputSheet.vue'; import PinCodeInputSheet from '@/components/mobile/PinCodeInputSheet.vue';
import PasswordInputSheet from '@/components/mobile/PasswordInputSheet.vue'; import PasswordInputSheet from '@/components/mobile/PasswordInputSheet.vue';
import PasscodeInputSheet from '@/components/mobile/PasscodeInputSheet.vue'; import PasscodeInputSheet from '@/components/mobile/PasscodeInputSheet.vue';
@@ -163,9 +164,10 @@ app.use(i18n);
app.component('VueDatePicker', VueDatePicker); app.component('VueDatePicker', VueDatePicker);
app.component('PinCodeInput', PinCodeInput);
app.component('ItemIcon', ItemIcon); app.component('ItemIcon', ItemIcon);
app.component('PieChart', PieChart); app.component('PieChart', PieChart);
app.component('PinCodeInput', PinCodeInput);
app.component('PinCodeInputSheet', PinCodeInputSheet); app.component('PinCodeInputSheet', PinCodeInputSheet);
app.component('PasswordInputSheet', PasswordInputSheet); app.component('PasswordInputSheet', PasswordInputSheet);
app.component('PasscodeInputSheet', PasscodeInputSheet); app.component('PasscodeInputSheet', PasscodeInputSheet);