Disabled inherit attrs

pull/12/head
cagataycivici 2019-05-22 19:32:12 +03:00
parent 66fa8030df
commit 9735f40901
2 changed files with 4 additions and 2 deletions

View File

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

View File

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