mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-06-18 18:59:14 +08:00
4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
<template name="zui-toast">
|
|
<view class="zui-toast" wx:if="{{ zuiToast.show }}" bindtap="clearToast">{{ zuiToast.title }}</view>
|
|
</template>
|