Luobo Zhang
Luobo Zhang
> NOTE: Compatibility with `@babel/plugin-proposal-class-properties` If you are including your plugins manually and using `@babel/plugin-proposal-class-properties`, make sure that `@babel/plugin-proposal-decorators` comes before `@babel/plugin-proposal-class-properties`. https://babeljs.io/docs/en/babel-plugin-proposal-decorators#note-compatibility-with-babel-plugin-proposal-class-properties ``` $ npx babel-upgrade npx: installed 192...
## **官方低码组件 demo 里低码组件资产的 schema 结构跟协议里约定的不一致**    我按照协议里约定的格式添加低码组件资产不成功,必须按照 demo 中的格式才可以。如果按照 demo 中的格式,低码组件的 utils、constants、i18n 这些都是得拖拽添加低码组件后手动处理吗? --- ## 看官方 demo 及协议规范即可 - demo: https://github.com/alibaba/lowcode-demo/blob/2db4b6ee3f/demo-lowcode-component/src/services/assets.json#L319 - 协议:https://lowcode-engine.cn/site/docs/specs/assets-spec#22-packages-a ## 预期行为 期望低码组件资产的实现与协议规范中约定一致,这样更利于低码资产的 utils、constants、i18n...
## 大纲树插件重新注册后 title 属性未生效 我是想给大纲树插件图标下面加个标题,官方的大纲树插件不支持指定 title,于是自己基于官方插件新改了下:  但是注册插件的时候,尝试删除重新注册或者覆盖的方式注册,都不生效:  ## **Environments (please complete the following information) (required):** - AliLowCodeEngine version: [1.1.10] / 低代码引擎版本 - AliLowCodeEngineExt version: [1.0.6] / 低代码引擎扩展包版本 -...