index.wxml 202 Bytes
Newer Older
程默 committed
1 2 3 4 5 6
<wxs src="./index.wxs" module="computed" />

<view
  class="van-grid custom-class {{ border && !gutter ? 'van-hairline--top' : '' }}"
  style="{{ computed.rootStyle({ gutter }) }}"
>
李嘉林 committed
7 8
  <slot />
</view>