Subscribe on changes!

slot 结合 v-for 一起使用的时候导致 ts 类型丢失

avatar
Feb 25th 2022

Version

3.2.31

Reproduction link

sfc.vuejs.org/

Steps to reproduce

将链接的代码复制到 vscode 中,ts 提示就会报错

What is expected?

期望能够正确识别 v-for 里面的 item 的 ts 类型

What is actually happening?

实际 v-for 里面的 item 的 ts 类型是 any

avatar
Feb 25th 2022

image

avatar
Feb 25th 2022

image You may need the correct ts configuration

avatar
Feb 25th 2022

image You may need the correct ts configuration

好的,谢谢。我看了一下确实 ts 修改一下就没问题了。但是我不该配置把 slot 删掉也不会有这个问题,感觉还有更深层次的原因