UNPKG
my-showtoast
Version:
latest (1.0.1)
1.0.1
1.0.0
showToast
my-showtoast
/
README.md
15 lines
(9 loc)
•
228 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
安装 npm install my-showtoast 引入
import
showToast from
'my-showtoast'
; Vue.use(showToast) 使用
this
.$showToast.show(
'hello2020!'
)
this
.$showToast.hide() [allan](https:
//www.jianshu.com/u/28178fe4ff08)