mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
<wxs src="../wxs/utils.wxs" module="utils" />
|
|
|
|
<view class=" custom-class van-empty">
|
|
<view class="van-empty__image">
|
|
<image wx:if="{{ imageUrl }}"
|
|
class="van-empty__image__img"
|
|
src="{{ imageUrl }}" />
|
|
</view>
|
|
<p class="van-empty__description">
|
|
{{ description }}
|
|
</p>
|
|
<view class="van-empty__bottom">
|
|
<slot></slot>
|
|
</view>
|
|
</view> |