alibaba / lowcode-engine

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
https://lowcode-engine.cn
MIT License
14.66k stars 2.55k forks source link

想参考 antd 的 tabs 物料实现方式,发现有点问题 #1118

Open lavyun opened 2 years ago

lavyun commented 2 years ago

https://alifd.alicdn.com/npm/@alilc/antd-lowcode-materials@1.1.0/build/lowcode/index.html

背景是目前在实现一个 tabs 物料,想参考下 antd 的实现,看了下源码发现20几天之前 antd 修改了 tabs 物料协议的实现方式,目前体验起来有点问题。 https://github.com/alibaba/lowcode-materials/blob/main/packages/antd-lowcode-materials/lowcode/tabs/meta.ts

↓↓↓下面有一张gif图,加载较慢,稍等一下:

20221011112115_rec

liujuping commented 2 years ago

1.0.12 版本是没有这个问题的,https://alifd.alicdn.com/npm/@alilc/antd-lowcode-materials@1.0.12/build/lowcode/index.html

应该是:https://github.com/alibaba/lowcode-materials/pull/28 这个 PR 带来的,@twinkle77 辛苦帮忙看看。

twinkle77 commented 2 years ago

1.0.12 版本是没有这个问题的,https://alifd.alicdn.com/npm/@alilc/antd-lowcode-materials@1.0.12/build/lowcode/index.html

应该是:alibaba/lowcode-materials#28 这个 PR 带来的,@twinkle77 辛苦帮忙看看。

好的