Closed ogulcankarayel5 closed 2 years ago
I use component like this
<money3 v-bind="config" v-model="cashAmount" class="body-input" />
and there is an warning on console like this " Missing required prop: "modelValue" also the value of cashAmount doesn't change
I am migrating vue 2 project to vue 3 and I am updating the packages. What should I do ?
After remove vue migration build it's fine
I use component like this
and there is an warning on console like this " Missing required prop: "modelValue" also the value of cashAmount doesn't change
I am migrating vue 2 project to vue 3 and I am updating the packages. What should I do ?