UNPKG

my-showtoast

Version:

showToast

15 lines (9 loc) 228 B
安装 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)