邃芒智像相册
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
202 B

  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>