4-6代码敲完defineComponent方法下出现Property 'map' does not exist on type 'unknown'错误
来源:4-6 ColumnList 组件使用 Bootstrap 美化
慕仙猫猫
2021-10-15
老师,敲完4-6的代码之后,在defineComponent方法下出现Property ‘map’ does not exist on type 'unknown’错误,也不影响4-7导航栏的代码显示,就是会有一个和错误覆盖掉运行界面
可是我没有用defineComponent方法,代码就正常运行了,这是什么原因
写回答
1回答
-
张轩
2021-10-15
同学你好 看截图没发现什么问题 将代码(git)发给我吧 我在本地帮你看下,肯定是 props.list 的类型没有正确的被推断,被推论成了 unknown 并不是我们定义的数组。
022021-10-16
相似问题