You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tabs adds new property name, TabPane adds new property tab. If you want to nest Tabs above version 3.3.0, you need to set the name for Tabs and set the tab to the corresponding child TabPane to point to the name of Tabs. view example#5377
TabPane adds new property index. When TabPane uses v-if, it does not render in the order in which it is. You can set index property to sort from small to large (note: TabPane does not support v-show). view example#5401
Fix Grid's new xl, xxl breakpoints in version 3.3.0 sometimes fail to work properly. #5393
Added number and tel to the type property of Input. #5381#5422
Fixed an issue where the draggable property was not valid when Drawer closed the mask layer.
Fixed an issue where FormItem set the error property to be invalid. #5352
Fixed an issue where Affix was not scrolling when it was initialized. #5440