[Vue warn]: Invalid prop: type check failed for prop "value". Expected String, Number, got Array
found in
组件接收的参数类型错误了,他的数据类型是 string和number,你给了一个array,你可以看一下你写的组件传入的参数是不是赋值错误了
无效的属性:属性“值”的类型检查失败。应为字符串、数字、数组 在 AIInput组件