mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +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>