index.wxml 229 B

12345678910
  1. <wux-cell-group
  2. wux-class="{{ prefixCls }}"
  3. prefixCls="{{ cellGroupPrefixCls }}"
  4. title="{{ title }}"
  5. label="{{ label }}"
  6. mode="{{ mode }}"
  7. bodyStyle="{{ bodyStyle }}"
  8. >
  9. <slot></slot>
  10. </wux-cell-group>