Open
Description
Vue version
3.3.2
Link to minimal reproduction
https://github.com/Yhspehy/vue3.3-import-type-bug
Steps to reproduce
- pnpm create vite@latest, select customize with create-vue, and choose ts+eslint+prettier
- cd ./.. && pnpm install
- add a interface file in direction components
export interface Props {msg: string}
- import type Props in HellowWorld
- add in HelloWorld.


What is expected?
should throw error on v-model="msg" when import Props fron interface file
What is actually happening?
it did't throw
System Info
No response
Any additional comments?
No response