Disable inherit attrs
parent
9735f40901
commit
9fd68309a4
|
@ -13,7 +13,7 @@
|
|||
import ObjectUtils from '../utils/ObjectUtils';
|
||||
|
||||
export default {
|
||||
nheritAttrs: false,
|
||||
inheritAttrs: false,
|
||||
props: {
|
||||
value: null,
|
||||
modelValue: null
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
nheritAttrs: false,
|
||||
inheritAttrs: false,
|
||||
props: {
|
||||
value: null
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue