star-horse-lowcode 3.0.7 → 3.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -549,6 +549,11 @@ barcode 条形码组件
549
549
  -修复StarHorseDialog 最大最小化和数据超过高度不滚动Bug,
550
550
  ```
551
551
 
552
+ #### v3.0.7
553
+ ```
554
+ -优化组件内存占用高问题
555
+ ```
556
+
552
557
  #### v3.0.7
553
558
 
554
559
  ```
@@ -1,5 +1,8 @@
1
1
  import { Ref } from 'vue';
2
2
  import { UserFuncInfo } from '../components/types/PageFieldInfo';
3
+ /**
4
+ * 动态表单用户自定义驱动
5
+ */
3
6
  /**
4
7
  * 用户自定义事件对接接口
5
8
  * @param code 需要执行的代码