7 lines
136 B
Plaintext
Raw Normal View History

2025-04-14 14:25:41 +08:00
<view
class="van-notify {{ show ? 'van-notify--show' : '' }}"
style="background-color:{{ backgroundColor }}"
>
{{ text }}
</view>