2018-08-11 20:51:59 +08:00

7 lines
136 B
Plaintext

<view
class="van-notify {{ show ? 'van-notify--show' : '' }}"
style="background-color:{{ backgroundColor }}"
>
{{ text }}
</view>