vant-weapp/dist/notify/index.wxml
2018-10-19 19:29:03 +08:00

9 lines
193 B
Plaintext

<van-transition
name="slide-down"
show="{{ show }}"
custom-class="van-notify"
custom-style="background-color:{{ backgroundColor }}; color: {{ color }}"
>
{{ text }}
</van-transition>