mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 17:58:17 +08:00
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
<!---------- wxs start ----------->
|
|
<wxs module="computed" src="./index.wxs"></wxs>
|
|
<!---------- wxs end ----------->
|
|
|
|
|
|
<view class="van-grid custom-class {{ border && !gutter ? 'van-hairline--top' : '' }}" style="{{ computed.rootStyle({ gutter }) }}">
|
|
<slot></slot>
|
|
</view>
|