vuejs / composition-api

Composition API plugin for Vue 2
https://composition-api.vuejs.org/
MIT License
4.19k stars 343 forks source link

fix(types): function constructor should be a Function #972

Closed workkk98 closed 1 year ago

workkk98 commented 1 year ago

conclusion

fix prop type is Function, but setup function infer to a never type.

issue link