File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131- 🐞 修复 npm 安装时报错问题 [ #3515 ] ( https://github.com/vueComponent/ant-design-vue/issues/3515 )
3232- 🐞 修复 ` Breadcrumn ` 分割线不显示问题 [ #3522 ] ( https://github.com/vueComponent/ant-design-vue/issues/3522 )
3333- 🐞 修复 ` Radio ` 不受控问题 [ #3517 ] ( https://github.com/vueComponent/ant-design-vue/issues/3517 )
34- - 🐞 修复 ` FormItem ` 不换行问题 [ #3538 ] ( https://github.com/vueComponent/ant-design-vue/issues/3538 )
34+ - 🐞 修复 ` FormItem ` 不换行问题 [ #3538 ] ( https://github.com/vueComponent/ant-design-vue/issues/3538 )
3535- 🐞 修复 ` Carousel ` ` pauseOnDotsHover ` 不生效问题 [ #3519 ] ( https://github.com/vueComponent/ant-design-vue/issues/3519 )
36- - 🐞 修复 ` Input.Search ` ` class ` 不生效问题 [ #3541 ] ( https://github.com/vueComponent/ant-design-vue/issues/3541 )
36+ - 🐞 修复 ` Input.Search ` ` class ` 不生效问题 [ #3541 ] ( https://github.com/vueComponent/ant-design-vue/issues/3541 )
3737- 🐞 修复 ` InputNumber ` 在微软输入法下多次触发 change 事件问题 [ #3550 ] ( https://github.com/vueComponent/ant-design-vue/issues/3550 )
3838- 🐞 修复 ` Tabs ` disabled 状态下依然可以通过键盘切换问题 [ #3575 ] ( https://github.com/vueComponent/ant-design-vue/issues/3575 )
3939- 🐞 修复 ` Switch ` 在 table 中切换不生效问题 [ #3512 ] ( https://github.com/vueComponent/ant-design-vue/issues/3512 )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function isPresetColor(color?: string): boolean {
3434
3535const Badge = defineComponent ( {
3636 name : 'ABadge' ,
37- Ribbon : Ribbon ,
37+ Ribbon,
3838 props : initDefaultProps ( BadgeProps , {
3939 showZero : false ,
4040 dot : false ,
Original file line number Diff line number Diff line change 11import demoTest from '../../../tests/shared/demoTest' ;
22
3- demoTest ( 'table' , { skip : [ 'ajax' ] } ) ;
3+ demoTest ( 'table' , { skip : [ 'ajax' ] } ) ;
Original file line number Diff line number Diff line change 11import demoTest from '../../../tests/shared/demoTest' ;
22
3- demoTest ( 'upload' , { skip : [ 'upload-manually' ] } ) ;
3+ demoTest ( 'upload' , { skip : [ 'upload-manually' ] } ) ;
You can’t perform that action at this time.
0 commit comments