From 9fd68309a43f08376e635304f12db774d28fdfb0 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 22 May 2019 19:33:17 +0300 Subject: [PATCH] Disable inherit attrs --- src/components/radiobutton/RadioButton.vue | 2 +- src/components/tristatecheckbox/TriStateCheckbox.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@