🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## izitoast 官方文档:[http://izitoast.marcelodolce.com/](http://izitoast.marcelodolce.com/) ### 使用 ![](https://box.kancloud.cn/b0596e86ceb71555cdf9685cb1bccd0a_732x304.png) ``` <script> require(['iziToast'], function (iziToast) { iziToast.show({ theme: 'dark', icon: 'fa fa-info-circle', timeout: 2000, message: '保存成功', position: 'bottomRight', // bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter progressBarColor: 'rgb(0, 255, 184)', }); }) </script> ```