microsoft / TypeScript-Vue-Starter

A starter template for TypeScript and Vue with a detailed README describing how to use the two together.
MIT License
4.45k stars 592 forks source link

Not identifying imported components in template #56

Open adamalfredsson opened 6 years ago

adamalfredsson commented 6 years ago

I cannot get my template to recognize imported components and props. Is this a known issue? I've tried different setups and IDE's but I run into the same problem. The project compiles fine, but it's frustrating when the IDE doesn't recognize any custom components.

screen shot 2018-10-01 at 09 55 43

LissetteIbnz commented 6 years ago
adamalfredsson commented 6 years ago

@LissetteIbnz Thanks, I confirm that the issue persists. I'm using the 0.13.0 Vetur extension with no manual configuration.