lstoeferle / vite-vue2-starter

Vite - Vue 2 starter template using composition-api and windiCSS
MIT License
196 stars 38 forks source link

Why is there no import prompt in *.vue? #10

Closed jinglun2019 closed 2 years ago

jinglun2019 commented 2 years ago

.vue文件中,为什么没有导入提示;.ts文件里是正常的。如图。

In *.ts, import prompt work well 图片

but in *.vue,no import prompt 图片

lstoeferle commented 2 years ago

Hey @jinglun2019, I'm using Webstorm as the IDE of my choice and there it's working without any issue. Since you are using VSCode you probably should consider using the Volar plugin.