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 943854d commit 9524130Copy full SHA for 9524130
src/radio/radio.tsx
@@ -63,6 +63,7 @@ export default mixins(Vue as VueConstructor<RadioParentInjectInstance>, classPre
63
tabindex="-1"
64
data-value={typeof this.value === 'string' ? `'${this.value}'` : this.value}
65
data-allow-uncheck={allowUncheck || undefined}
66
+ // vue27:ts-ignore
67
on={{ ...omit(this.$listeners, ['change', 'click']) }}
68
/>
69
<span class={`${prefixCls}__input`}></span>
0 commit comments