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