yangys
2025-09-02 d762a77d9238eef17c66c35b06955fca20160043
src/main.js
@@ -44,6 +44,10 @@
import tenantDatasource from './views/system/tenantdatasource.vue';
//文件对比
import CodeDiff from 'v-code-diff'
import mitt from 'mitt'
const myemitter = mitt()
window.myemitter = myemitter;
window.$crudCommon = crudCommon;
debug();
@@ -52,6 +56,7 @@
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
  app.component(key, component);
}
app.component('basicContainer', basicContainer);
app.component('basicBlock', basicBlock);
app.component('highlight', highlight);