fengbindev

Results 3 comments of fengbindev

> > > > 可以请教一下是怎么解决的吗 export async function registerGlobComp(app: App) { // 解决自定义全局组件国际无法使用问题,import写在外面会vben会先加载组件后加载国际化,所以import写在里面 const bpmCom = await import('./BpmnProcessDesigner/package/'); const MyProcessDesigner = bpmCom.MyProcessDesigner; const MyProcessPenal = bpmCom.MyProcessPenal; console.log(MyProcessDesigner); app .use(Input) .use(Button)...

这是我开发的基于IDEA的CODEIF插件 [https://gitee.com/quella01/MappingSearch](https://gitee.com/quella01/MappingSearch)