Closed
Description
Vue version
3.4.21
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-uqa6ny
Steps to reproduce
- 在
constant.tsx
中定义类型“HelloWorldProps” - 在
HelloWorld.vue
中导入“HelloWorldProps”,省略constant.tsx
的文件扩展名 defineProps<>
使用“HelloWorldProps”
What is expected?
应用正常运行
What is actually happening?
终端报错:
[plugin:vite:vue] [@vue/compiler-sfc] Failed to resolve import source "xxxx"
System Info
No response
Any additional comments?
No response