vue使用组件<el-date-picker>报错: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
Vue使用element-ui组件库中的<el-data-picker>标签报错
报以下错误,最开始我以为是props通信的问题,但后来发现是版本出现问题导致的
解决办法:版本2.14.1的版本已经都不可以了需要更新版本2.15.8