Disable inherit attrs

pull/12/head
cagataycivici 2019-05-22 19:33:17 +03:00
parent 9735f40901
commit 9fd68309a4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -11,7 +11,7 @@
<script> <script>
export default { export default {
nheritAttrs: false, inheritAttrs: false,
props: { props: {
value: null value: null
}, },