Replies: 4 comments
-
I used this CurrencyInput in two components that are in the same path, I think I should stop or async watcher? |
Beta Was this translation helpful? Give feedback.
-
@dm4t2 |
Beta Was this translation helpful? Give feedback.
-
when i used watch and async v-model in two component that same path , this gives the error
Please Help me, |
Beta Was this translation helpful? Give feedback.
-
Your issue is not clear. Can you provide a minimal reproduction, for example a CodeSandbox? |
Beta Was this translation helpful? Give feedback.
-
i use
vue currency Input
for input formatted numbers.I created two files vuejs 3 :
CurrencyInput.vue
I wrote this part briefly
Project.vue
The problem is that when clicked on add the if condition does not work and is not displayed (CurrencyInput v-model.lazy="project.price" :options=options )
notice: when I use input instead CurrencyInput in Project.vue, the code works correctly.
Beta Was this translation helpful? Give feedback.
All reactions