Closed CJ-king closed 7 years ago
[Vue warn]: Invalid prop: type check failed for prop "clearable". Expected Boolean, got String. 请问这是什么原因!求大神指点
I have the same problem.
楼上解决了吗?我也碰到这样的问题了....
自己粗心了,楼上诸位在属性前加上冒号就行了 这样子: :clearable: "false"
:clearable: "false"
应该写成 :clearable= "false"
[Vue warn]: Invalid prop: type check failed for prop "clearable". Expected Boolean, got String. 请问这是什么原因!求大神指点