Replies: 1 comment
-
|
You can reference to https://twitter.com/johnsoncodehk/status/1580608720069087232?s=20&t=mZFHYaVG40dynbtmxN1gCg |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Vue: 2.7.13
vue-tsc: 1.0.7 (
vue-tsc --noEmit --strict)I'm using a third party Vue component written in javascript, and I am trying to create a typescript definition. Issue link: vuelidate/vuelidate#900 (comment).
I am trying to create a definition, which also types the arguments in the
default slotand I'm having zero result so far. I also tried the example given on https://logaretm.com/blog/generic-type-components-with-composition-api/, but whatever I do the errors reported byvue-tscare the same.This leads me to the question: does
vue-tscsupport typings of slot arguments?Beta Was this translation helpful? Give feedback.
All reactions