Scarlett Song
Scarlett Song
### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce echart.on('click',{targetType:'axisName'},func) ### Current Behavior echart.on('click',{targetType:'axisName'},func) is not query axisName right ### Expected Behavior I want to...
每次修改tab prop时(这个属性有个setValue会更新children的值),tab children slot里的组件总是remount。当slot组件大时就会导致设计页面卡顿。希望有一种方法能让slot不重复加载。 下面是tab的schema配置。 ```json { "componentName": "ColorfulTab", "title": "选项卡", "category": "布局容器类", "group": "高级组件", "configure": { "props": [ { "name": "tabs", "title": "标签项", "setter": { "componentName": "EventEditSetterRefactor", "props": {...