Browse Source

Revert "chore: title属性需要传给子label"

This reverts commit 5390bdd6e0.
es6
Cauchy.Ke 2 years ago
parent
commit
307fe30f02
  1. 2
      src/base/single/button/buttons/button.text.js

2
src/base/single/button/buttons/button.text.js

@ -42,7 +42,7 @@ BI.TextButton = BI.inherit(BI.BasicButton, {
value: o.value,
py: o.py,
keyword: o.keyword,
title: o.title,
title: null,
});
},

Loading…
Cancel
Save