🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 实例 ## hello world ![](https://img.kancloud.cn/f1/ae/f1aea9a32d9a88b3cb1029670f67dc6f_106x67.png) ![](https://img.kancloud.cn/d2/e0/d2e0a487e73d29214d1e16092d99f81f_191x67.png) ``` <button type="button" id="myButton" data-loading-text="Loading..." class="btn btn-primary" autocomplete="off"> Loading state </button> $('#myButton').on('click', function () { var $btn = $(this).button("loading") //todo $btn.button('reset') }) ```