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