
安装
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)

