yangys
2025-09-09 9bc4c3cfe5a5e2a1404184fb2c2b5a96e58d31fd
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);