We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ce52c commit 9c42cf4Copy full SHA for 9c42cf4
1 file changed
src/button/Effect.mjs
@@ -216,6 +216,8 @@ class EffectButton extends Component {
216
tag,
217
cls : this.getVdomCls(),
218
href : link ? (link.startsWith('#') ? link : '#' + link) : null,
219
+ id : me.id,
220
+ style : me.style,
221
target : me.url ? me.urlTarget : null,
222
type : tag === 'button' ? 'button' : null,
223
cn : this.getVdomChildren()
0 commit comments