This commit is contained in:
Teo
2025-09-09 09:40:08 +08:00
parent 910b24019e
commit 4cd7efcfe4
34 changed files with 1898 additions and 71 deletions

View File

@ -61,6 +61,7 @@ setLocal('dockSocketUrl', 'ws://58.17.134.85:9512/websocket');
ElDialog.props.closeOnClickModal.default = false;*/
// **main.js**
import { vue3ScrollSeamless } from 'vue3-scroll-seamless';
import uploader from 'vue-simple-uploader';
import bus from './utils/bus';
import $message from '@/plugins/modal';
@ -74,6 +75,8 @@ app.use(print);
app.use(i18n);
app.use(VXETable);
app.use(plugins);
app.use(uploader);
app.use(bus);
app.component('vue3ScrollSeamless', vue3ScrollSeamless);
// 自定义指令