electricity_bill_calc_wx/miniprogram_npm/@vant/weapp/row/index.wxml
2024-03-15 17:20:54 +08:00

6 lines
145 B
Plaintext

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