-
| I'm trying to inplement the pluggin vue-currency-input using vue 2.6.
However in the documentation only details this information:
What does mean "use with the Vue Composition API plugin."? I installed these packages: Then in the Then I create the component CurrencyInput.vue with this: Then I tried to use it as normally we do. Finally, it is not working and showing these warnings: Also, I tried to add @vue/composition-api in some way like this: Still not working. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
| I found a solution. I'm using Vue 2.6 So instead of npm install vue-currency-input, I must use npm i vue-currency-input@2.5.1 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.


I found a solution. I'm using Vue 2.6
So instead of npm install vue-currency-input, I must use npm i vue-currency-input@2.5.1