Browse Source

KERNEL-13489 fix: button 的缩写改成箭头函数

es6
Treecat 2 years ago
parent
commit
0572011a85
  1. 2
      src/base/single/button/buttons/button.js

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

@ -76,7 +76,7 @@
type: "bi.center_adapt", type: "bi.center_adapt",
horizontalAlign: o.textAlign, horizontalAlign: o.textAlign,
element: this, element: this,
ref(ref) { ref: (ref) => {
self.containerRef = ref; self.containerRef = ref;
}, },
hgap: o.hgap, hgap: o.hgap,

Loading…
Cancel
Save