| | |
| | | //文件对比 |
| | | import CodeDiff from 'v-code-diff' |
| | | import mitt from 'mitt' |
| | | import VuePdfEmbed from 'vue-pdf-embed'; |
| | | import VueOfficeDocx from '@vue-office/docx'; |
| | | import VueOfficeExcel from '@vue-office/excel'; |
| | | |
| | | const myemitter = mitt() |
| | | window.myemitter = myemitter; |
| | |
| | | app.component('formSetting', formSetting); |
| | | app.component('tenantPackage', tenantPackage); |
| | | app.component('tenantDatasource', tenantDatasource); |
| | | |
| | | app.component('VuePdfEmbed', VuePdfEmbed); |
| | | app.component('VueOfficeDocx', VueOfficeDocx); |
| | | app.component('VueOfficeExcel', VueOfficeExcel); |
| | | |
| | | app.config.globalProperties.$app = app; |
| | | app.config.globalProperties.$dayjs = dayjs; |
| | | app.config.globalProperties.website = website; |