Is Typescript in template tags supported? #84
Answered
by
markkimsal
markkimsal
asked this question in
Q&A
-
I can't figure out how to get typescript support in the template sections of my SFC. Volar VSCode IDE plugin works and does not give me any warnings, but the vite:vue2 plugin does.
I can't emit the value of any event up to the parent. I have to write a custom method and have that cast to HTMLInputElement
|
Beta Was this translation helpful? Give feedback.
Answered by
markkimsal
Apr 25, 2023
Replies: 1 comment
-
I think I have found my own answer:
from |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
markkimsal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I have found my own answer:
from
https://v2.vuejs.org/v2/guide/migration-vue-2-7.html#Behavior-Differences-from-Vue-3