yangys
2025-08-31 6a0eeb9bb5da23341327fddb11aa47579dd7d372
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);