filesbox/miniprogram/FilesBox/miniprogram_npm/@vant/weapp/row/index.wxml

6 lines
145 B
Plaintext
Raw Permalink Normal View History

2023-09-21 02:23:31 +00:00
<wxs src="./index.wxs" module="computed" />
<view class="van-row custom-class" style="{{ computed.rootStyle({ gutter }) }}">
<slot />
</view>