记录element-ui遇到 el-date-picker报错
vue.runtime.esm.js:619 [Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the pr
·
最近在项目中使用elementUI组件报错,我在另一个uniapp中使用没错,新开一个项目就报错了,版本都是一样的,最后的解决办法就是降级,我以前的版本"element-ui": "^2.15.8",
我降级到了2.15.6
npm uninstall element-ui
npm install element-ui@2.15.6 -s
参考地址:升级 element-ui 2.15.7 后遇到 el-date-picker 警告问题 - 知了博客 - IT人的小站https://www.ydyno.com/archives/1597.html
更多推荐
已为社区贡献1条内容
所有评论(0)