vue type check failed for prop . Expected Number, got String

代码是:fileNumLimit接收的类型是Number

<vue-upload fileNumLimit='100'/>

改为

<vue-upload :fileNumLimit='100'/>

就运行正常了

References
  1. Invalid prop: type check failed for prop "maxlength". Expected Number, got String.

猜你喜欢

转载自www.cnblogs.com/fsong/p/11258894.html
今日推荐