index.wxml 202 B

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