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