zetoast
v1.0.5
Published
a toazst pulgin for vue
Downloads
6
Maintainers
Readme
zetoast
A toast plugin project
Build Setup
npm install zetoast
使用方法
this.$toast.top('我是顶部');
this.$toast.center('我是center');
this.$toast.bottom('我是底部');
this.$loading('加载中...');
this.$loading.close();