diff --git a/src/components/radiobutton/RadioButton.vue b/src/components/radiobutton/RadioButton.vue index cea5658fc..4eb59ea44 100644 --- a/src/components/radiobutton/RadioButton.vue +++ b/src/components/radiobutton/RadioButton.vue @@ -13,7 +13,7 @@ import ObjectUtils from '../utils/ObjectUtils'; export default { - nheritAttrs: false, + inheritAttrs: false, props: { value: null, modelValue: null diff --git a/src/components/tristatecheckbox/TriStateCheckbox.vue b/src/components/tristatecheckbox/TriStateCheckbox.vue index 435b5e256..568f239ba 100644 --- a/src/components/tristatecheckbox/TriStateCheckbox.vue +++ b/src/components/tristatecheckbox/TriStateCheckbox.vue @@ -11,7 +11,7 @@