city_card/vant/dist/grid/index.wxml
2023-07-15 14:25:28 +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>