keyup not working in v.2.1 #287
-
|
Hey! How's it going? I have to update an array when keyup input occurs, but when I put any idea? follow my full example below:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I solved by my self...
In customCurrencyInnput.vue In LocalWhereCurrencyIsRendered.vue |
Beta Was this translation helpful? Give feedback.
I solved by my self...
vue-currency-inputis a component so, we just need add the@keyup="mtFunction"into the input incustomCurrencyInnput.vueand pass any parameter by props like my example bellow:In customCurrencyInnput.vue