Import Vue component in typescript file #6970
Replies: 2 comments 1 reply
-
I was going to raise this myself, it looks like zed needs a plugin to support TS/Vue. Taken from one of the readme's from a Vue project setup:
Vue has some docs on it with a recommended IDE setup. https://vuejs.org/guide/typescript/overview It would be good if Zed supported this and we can get it on the recommended list. |
Beta Was this translation helpful? Give feedback.
-
There's an issue raised for this in #8336. |
Beta Was this translation helpful? Give feedback.
-
Don't want to create an issue right away since maybe this is just a setting somewhere.
Importing a Vue component inside another Vue component is working but doing so inside an typescript/javascript file doesn't.
This does work in VSCode so i guess it has something to do with the typescript language server not recognising Vue extension.
Beta Was this translation helpful? Give feedback.
All reactions