forked from opentiny/tiny-vue
fix(radio): 修复主题配置radio-button无法继承属性的bug,打开可继承属性 (#82)
This commit is contained in:
parent
05f33530e1
commit
4d34fe3788
|
@ -51,7 +51,6 @@ import { props, setup } from '@opentiny/vue-common'
|
|||
export default {
|
||||
emits: ['change'],
|
||||
props: [...props, 'label', 'events', 'text', 'disabled', 'name'],
|
||||
inheritAttrs: false,
|
||||
setup(props, context) {
|
||||
return setup({ props, context, renderless, api })
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue