原文:uniapp报错:vue.runtime.esm.js:619 [Vue warn]: Invalid prop: type check failed for prop "count". Expected Number with value 1, got String with value "1".

这是组件内报错,将Type类型改为 Number, String 即可 props: count: type: Number, default: , 改为 props: count: type: Number, String , default: , ...

2020-03-01 09:32 0 4409 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM