mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
account list page supports dragging to change display order
This commit is contained in:
@@ -60,6 +60,8 @@ import { PerfectScrollbar } from 'vue3-perfect-scrollbar';
|
||||
import VueDatePicker from '@vuepic/vue-datepicker';
|
||||
import '@vuepic/vue-datepicker/dist/main.css';
|
||||
|
||||
import draggable from 'vuedraggable';
|
||||
|
||||
import router from '@/router/desktop.js';
|
||||
|
||||
import { getVersion, getBuildTime } from '@/lib/version.js';
|
||||
@@ -371,6 +373,7 @@ app.use(router);
|
||||
app.component('VChart', VChart);
|
||||
app.component('PerfectScrollbar', PerfectScrollbar);
|
||||
app.component('VueDatePicker', VueDatePicker);
|
||||
app.component('draggable', draggable);
|
||||
|
||||
app.component('PinCodeInput', PinCodeInput);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user