Sanakey
2021-01-31 53cc6f817625897935fb10c3845ad7be400f3036
提交 | 用户 | age
d98d05 1 <wxs src="../wxs/utils.wxs" module="utils" />
53cc6f 2 <wxs src="./index.wxs" module="computed" />
d98d05 3
S 4 <view
53cc6f 5   class="custom-class {{ utils.bem('divider', [{ dashed, hairline }, contentPosition]) }}"
S 6   style="{{ computed.rootStyle({ borderColor, textColor, fontSize, customStyle }) }}"
d98d05 7 >
S 8   <slot />
9 </view>