is vetur going to support vue 3 with typescript? #3183
-
is vetur going to support vue 3 with typescript? what is happening to the vetur, why is everybody saying to volar instead of vetur? will vetur going to support what volar can do? |
Beta Was this translation helpful? Give feedback.
Answered by
yoyo930021
Oct 18, 2021
Replies: 1 comment 3 replies
-
You can use vue3 with typescript in Vetur, but don't support In the future maybe the two plugins will merge or collaborate more. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
JenuelDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use vue3 with typescript in Vetur, but don't support
<script setup>
now.Volar is good for type-safe Vue templates. you can get more features for typescript.
In the future maybe the two plugins will merge or collaborate more.