Files
fastbee/wechat/miniprogram/node_modules/@vant/weapp/lib/grid/index.wxml
2021-07-27 21:57:03 +08:00

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>