9 lines
283 B
Plaintext
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>
|