pad-app/wxcomponents/vant/dist/row/index.wxml

6 lines
145 B
Plaintext
Raw Permalink Normal View History

2023-07-25 13:41:08 +08:00
<wxs src="./index.wxs" module="computed" />
<view class="van-row custom-class" style="{{ computed.rootStyle({ gutter }) }}">
<slot />
</view>