Doubts about usage #292
gabriellatavares
started this conversation in
General
Replies: 1 comment
-
No, see #163. But you can simply use Intl.NumberFormat.prototype.format() for printing currency formatted numbers. There's no need for a library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm migrating a Vue 2 app to Vue 3 and I was wondering if I can use vue-currency-input outside of an input? For example, I have filter in the globalProperties and I wish to convert some currencies accordingly to the user preference, and those currencies are all over the app. Can I still use this package? The Vue 2 version uses vue-currency-filter for that.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions