tsteam-business-card-card-mini/vant/dist/grid/index.wxml
2024-02-22 11:04:15 +08:00

9 lines
202 B
Plaintext
Executable File

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