-
I get this error, if my <template v-if="mode'">
<q-input
v-model="model"
ref="inputRef"
...
...
setup() {
const { inputRef , setOptions ,setValue } = useCurrencyInput(currencyOptions(state.locale))
return {
inputRef,
....
} how could I supress/avoid this error? |
Beta Was this translation helpful? Give feedback.
Answered by
dm4t2
Dec 14, 2021
Replies: 2 comments 3 replies
-
A workaround would be to use |
Beta Was this translation helpful? Give feedback.
2 replies
-
Fixed in v2.3.0 🎉 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dm4t2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed in v2.3.0 🎉