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