@vue-ui-kit/ant 2.0.6 → 2.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.
@@ -103,6 +103,9 @@ export interface PFormGroupProps<F extends Recordable = Recordable> {
103
103
  tabLabel?: string;
104
104
  editAble?: boolean;
105
105
  showAdd?: boolean;
106
+ collapsible?: boolean;
107
+ /** 是否默认折叠 */
108
+ defaultCollapsed?: boolean;
106
109
  lazyErrorMark?: boolean;
107
110
  forceRender?: boolean;
108
111
  keepSerial?: boolean;