code refactor

This commit is contained in:
MaysWind
2023-08-15 23:42:17 +08:00
parent df470f1a5e
commit 4224a833b4
4 changed files with 137 additions and 99 deletions
+2
View File
@@ -79,6 +79,7 @@ import {
} from '@/lib/i18n.js';
import PinCodeInput from '@/components/common/PinCodeInput.vue';
import MapView from '@/components/common/MapView.vue';
import ItemIcon from '@/components/desktop/ItemIcon.vue';
import BtnVerticalGroup from '@/components/desktop/BtnVerticalGroup.vue';
@@ -392,6 +393,7 @@ app.component('VueDatePicker', VueDatePicker);
app.component('DraggableList', draggable);
app.component('PinCodeInput', PinCodeInput);
app.component('MapView', MapView);
app.component('ItemIcon', ItemIcon);
app.component('BtnVerticalGroup', BtnVerticalGroup);