vant-weapp/dist/notify/index.wxml
2018-08-11 21:29:02 +08:00

7 lines
136 B
Plaintext

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