[Vue warn]: Invalid prop: type check failed for prop “clearable“. Expected Boolean, got String with错

[Vue warn]: Invalid prop: type check failed for prop “clearable”. Expected Boolean, got String with value "true"

  1. 首先出现这种问题是应为用了element-ui的属性,然后给个"true"导致
    [Vue warn]: Invalid prop: type check failed for prop “clearable“. Expected Boolean, got String with错
  2. 解决方案:1. 给上属性 不用给它赋值, 2. 用绑定属性, :clearable="true"即可