index.wxml 306 B

123456789
  1. <wxs module="utils" src="../wxs/utils.wxs"/>
  2. <wxs module="computed" src="./index.wxs"/>
  3. <view
  4. class="custom-class {{ utils.bem('divider', [{ dashed, hairline }, contentPosition]) }}"
  5. style="{{ computed.rootStyle({ borderColor, textColor, fontSize, customStyle }) }}"
  6. >
  7. <slot/>
  8. </view>