jonathanpmartins / v-money3

Vue3 currency input/directive mask
MIT License
103 stars 27 forks source link

Missing required prop: "modelValue" #65

Closed ogulcankarayel5 closed 2 years ago

ogulcankarayel5 commented 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 ?

ogulcankarayel5 commented 2 years ago

After remove vue migration build it's fine