ElemeFE / element-react

Element UI
https://elemefe.github.io/element-react/index
MIT License
2.83k stars 444 forks source link

[Steps]: Change title property type to allow react node. #1069

Open mytharcher opened 4 years ago

mytharcher commented 4 years ago

When use React component in the title property of Steps component, there will be a warning. This type limitation is not necessary and makes a lot inconvenience. So I remove the type limitation to allow React component in title.

Changes in this pull request

-