Ant Design 中Select组件报错 Invalid prop `value` of type `string` supplied to `Select`
时间:2020-01-23 11:28:09
收藏:0
阅读:1060
Invalid prop `value` of type `string` supplied to `Select`, expected `array` when `multiple` or `tags` is `true`.


这个位置默认值为数组 [ ]
原文:https://www.cnblogs.com/dianzan/p/12230353.html
评论(0)