Open
Description
Environment
https://stackblitz.com/edit/github-4n1bjaud
Reproduction
- Add type assertion in
v-model
, for example,v-model="foo as any"
npm run build
Describe the bug
According to the maintainer of vue vuejs/core#12620 (comment), it may be an issue of unimport
. There is no error if ref
is imported explicitly
Additional context
No response
Logs
No response