tangshi300/node_modules/@vant/weapp/lib/row/index.wxml

6 lines
145 B
Plaintext
Raw Permalink Normal View History

2024-12-05 14:56:07 +08:00
<wxs src="./index.wxs" module="computed" />
<view class="van-row custom-class" style="{{ computed.rootStyle({ gutter }) }}">
<slot />
</view>