Update index.vue
This commit is contained in:
parent
5c82308ed0
commit
0ab544e08e
|
|
@ -42,6 +42,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
watch:{
|
||||||
|
modelValue(){
|
||||||
|
this.value = this.modelValue
|
||||||
|
},
|
||||||
|
},
|
||||||
mounted(){
|
mounted(){
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue