mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
11 lines
356 B
Plaintext
11 lines
356 B
Plaintext
<van-transition
|
|
name="slide-down"
|
|
show="{{ show }}"
|
|
custom-class="van-notify van-notify--{{ type }}"
|
|
custom-style="background:{{ background }}; color: {{ color }}; z-index: {{ zIndex }};"
|
|
bind:tap="onTap"
|
|
>
|
|
<view wx:if="{{ safeAreaInsetTop }}" style="padding-top: {{ statusBarHeight }}px"></view>
|
|
<text>{{ message }}</text>
|
|
</van-transition>
|