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

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