index.wxml 145 B

12345
  1. <wxs src="./index.wxs" module="computed" />
  2. <view class="van-row custom-class" style="{{ computed.rootStyle({ gutter }) }}">
  3. <slot />
  4. </view>