2021-01-12 18:04:14 +08:00

9 lines
283 B
Plaintext

<!---------- wxs start ----------->
<wxs module="computed" src="./index.wxs"></wxs>
<!---------- wxs end ----------->
<view class="van-grid custom-class {{ border && !gutter ? 'van-hairline--top' : '' }}" style="{{ computed.rootStyle({ gutter }) }}">
<slot></slot>
</view>