We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a5622 commit 82d507aCopy full SHA for 82d507a
README.md
@@ -4,7 +4,7 @@
4
wx_toast 是仿照微信小程序提供的 showToast 功能,提供视觉一致的自定义组件,弥补小程序showToast功能上的不足(如只能显示success、loading两种icon,且icon不可去除,持续时间最大10秒等)。
5
6
## 预览
7
-<img src="https://github.com/WJustin/wx_event_bus/blob/master/event.gif" />
+<img src="https://github.com/WJustin/wx_toast/blob/master/toast.gif" />
8
9
## 如何使用
10
将项目中的toast文件夹拷贝进去项目中,以自定义组件的方式使用它,就可以了。具体使用方法可以参看项目中的index page。
0 commit comments