Closed clopezpro closed 6 hours ago
Nuxt
v3.0.0-alpha.9
When I use the InputProps type I want to use modelValue as an attribute to sign a default value to the input, however it tells me that this property does not exist, I ignore the error and it still works
https://github.com/user-attachments/assets/63cfa91c-de69-45f8-a77c-d6779f708662
modelValue in InputProps interface
No response
Apologies, I can solve this this way
Environment
Build Modules: -
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-alpha.9
Reproduction
When I use the InputProps type I want to use modelValue as an attribute to sign a default value to the input, however it tells me that this property does not exist, I ignore the error and it still works
https://github.com/user-attachments/assets/63cfa91c-de69-45f8-a77c-d6779f708662
Description
modelValue in InputProps interface
Additional context
No response
Logs