티스토리 뷰
element-ui datepicker에서 오류가 발생한다.
vue.esm.js?efeb:628 [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"
아래 버전에 버그가 있어서 수정됐으나 아직 dev에 머지됨.....ㅠㅠ
"element-ui": "^2.15.9"
https://github.com/ElemeFE/element/issues/21905
[Bug Report] el-date-picker控制台警告:Instead, use a data or computed property based on the prop's value. Prop being muta
Element UI version 2.15.9 OS/Browsers version Mac Vue version 2.6.14 Reproduction Link https://codepen.io/elanyoung/pen/abqKxqE Steps to reproduce 打开控制台即可看到警告 What is Expected? 解决控制台警告 What is actu...
github.com
https://github.com/ElemeFE/element/pull/21806
fix (DatePicker & Cascader): fix the dropdown animation direction of cascader and datepicker by XivLaw · Pull Request #21806 ·
Please make sure these boxes are checked before submitting your PR, thank you! Make sure you follow Element's contributing guide (中文 | English | Español | Français). Make sure you are merging yo...
github.com