This repository was archived by the owner on Aug 9, 2021. It is now read-only.
v2.6.4
按钮
- 为按钮添加 start 和 finish 方法,用于控制 data.loading 开启与关闭;
- 新增 “loading” 事件,如果按钮处于载入状态时被点击则触发该事件;
- 添加 props.name 属性,对应 button name 属性 (https://www.w3.org/TR/2012/WD-html-markup-20120315/button.button.html#button.button);
- 移除已经弃用的 props.type;