iview / iview-project

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3
MIT License
839 stars 389 forks source link

iview Date-picker设置clearable 和readonly等属性时报错 #26

Closed CJ-king closed 7 years ago

CJ-king commented 7 years ago

[Vue warn]: Invalid prop: type check failed for prop "clearable". Expected Boolean, got String. 请问这是什么原因!求大神指点

lichbx1 commented 6 years ago

I have the same problem.

flyingmylo commented 6 years ago

楼上解决了吗?我也碰到这样的问题了....

flyingmylo commented 6 years ago

自己粗心了,楼上诸位在属性前加上冒号就行了 这样子: :clearable: "false"

changfeng1800 commented 5 years ago

应该写成 :clearable= "false"