组件二次封装提取类型时发现PropsOrPropOptions的类却被放到RawBindings下构建。 #10641
gaylen1
started this conversation in
General Discussions
Replies: 1 comment
-
打有没有遇到过类似的问题,欢迎大家指点一二。 |
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.
-
这是我通过ts-morph提取的类型



我的代码
代码中v-bind="$attrs"代码提取出来的ts类型,却放在第二个参数位置
正常来讲应该是这样的,props属性应该是在第一个的
因为类型不对导致了vscode缺少提示。
请问如何解决。
Beta Was this translation helpful? Give feedback.
All reactions