Use with quasar without vee-validate - Vue 3 #314
Answered
by
dm4t2
GabrielZulian
asked this question in
Q&A
-
How can i create a simple currency component in Quasar without using vee-validate? In examples the value of model-value comes from vee-validate, but I want to use only modelValue prop and update/emit values accordingly. Can i have an example? |
Beta Was this translation helpful? Give feedback.
Answered by
dm4t2
Feb 4, 2022
Replies: 1 comment
-
Check this out: https://codesandbox.io/s/using-vue-currency-input-with-quasar-gwn46?file=/src/QCurrencyInput.vue |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GabrielZulian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check this out: https://codesandbox.io/s/using-vue-currency-input-with-quasar-gwn46?file=/src/QCurrencyInput.vue