报错问题如下:
[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 prop's value. Prop being mutated: "placement"
做项目的时候使用element-ui的日期的时候,一直出现报错:
解决:
直接卸载,然后重新安装,报错就解决了
npm uninstall element-ui
npm install element-ui@2.15.6 -s //安装element-ui指定版本

被折叠的 条评论
为什么被折叠?



