Invalid assignment target
in v-model data binding with type assertion when building for production
#409
Labels
bug
Something isn't working
Environment
https://stackblitz.com/edit/github-4n1bjaud
Reproduction
v-model
, for example,v-model="foo as any"
npm run build
Describe the bug
Error during build:
According to the maintainer of vue vuejs/core#12620 (comment), it may be an issue of
unimport
. There is no error ifref
is imported explicitlyAdditional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: