提交一波

This commit is contained in:
aixianling
2024-10-10 10:38:50 +08:00
parent 45017af56d
commit 17bf8599d1
9 changed files with 23 additions and 36 deletions

7
examples/plugins/ui.js Normal file
View File

@@ -0,0 +1,7 @@
import Vue from 'vue';
import ElementUI from 'element-ui';
import dui from 'dui/packages';
import 'dui/lib/styles/common.scss';
Vue.use(ElementUI);
Vue.use(dui)