You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why when I use Money3Component v-model it doesn't work, but using Money3Directive it does,
I think this is like an annoying but also fun entertainment, it's adorable to see green-faced arrogant humans
in main.js import { Money3Directive } from 'v-money3'; app.directive('money', Money3Directive);
in component <input v-model="selectedStock.price" v-money="money" />
The text was updated successfully, but these errors were encountered:
I remember before the upgrade still using Vue 2.6.12 and v-money 0.8.1, it's been 3 years and only now upgraded,
when upgrading Vue 3.5.12 I found an error in using v-bind on v-money, then I decided to upgrade v-money3,
I followed the documentation using Money3Component and no error, configuration via v-bind also works, but v-model “amount” doesn't change when I input the number,
I wanted to honor my seniors so I kept looking and finally was able to use Money3Directive,
I still use Options API, and vue/compat is still set to vue 2
why when I use Money3Component v-model it doesn't work, but using Money3Directive it does,
I think this is like an annoying but also fun entertainment, it's adorable to see green-faced arrogant humans
in main.js
import { Money3Directive } from 'v-money3'; app.directive('money', Money3Directive);
in component
<input v-model="selectedStock.price" v-money="money" />
The text was updated successfully, but these errors were encountered: