mirror of
https://github.com/element-plus/element-plus.git
synced 2025-12-19 09:09:40 +08:00
* feat(components): add validation for the Container component properties - I found that the orientation attribute of the Container component was not validated. - So I added enumeration value validation to the component * chore: remove useless function isDirectionType * chore: use buildProps --------- Co-authored-by: qiang <qw13131wang@gmail.com>