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 31
31
- 🐞 修复 npm 安装时报错问题 [ #3515 ] ( https://github.com/vueComponent/ant-design-vue/issues/3515 )
32
32
- 🐞 修复 ` Breadcrumn ` 分割线不显示问题 [ #3522 ] ( https://github.com/vueComponent/ant-design-vue/issues/3522 )
33
33
- 🐞 修复 ` 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 )
35
35
- 🐞 修复 ` 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 )
37
37
- 🐞 修复 ` InputNumber ` 在微软输入法下多次触发 change 事件问题 [ #3550 ] ( https://github.com/vueComponent/ant-design-vue/issues/3550 )
38
38
- 🐞 修复 ` Tabs ` disabled 状态下依然可以通过键盘切换问题 [ #3575 ] ( https://github.com/vueComponent/ant-design-vue/issues/3575 )
39
39
- 🐞 修复 ` 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 {
34
34
35
35
const Badge = defineComponent ( {
36
36
name : 'ABadge' ,
37
- Ribbon : Ribbon ,
37
+ Ribbon,
38
38
props : initDefaultProps ( BadgeProps , {
39
39
showZero : false ,
40
40
dot : false ,
Original file line number Diff line number Diff line change 1
1
import demoTest from '../../../tests/shared/demoTest' ;
2
2
3
- demoTest ( 'table' , { skip : [ 'ajax' ] } ) ;
3
+ demoTest ( 'table' , { skip : [ 'ajax' ] } ) ;
Original file line number Diff line number Diff line change 1
1
import demoTest from '../../../tests/shared/demoTest' ;
2
2
3
- demoTest ( 'upload' , { skip : [ 'upload-manually' ] } ) ;
3
+ demoTest ( 'upload' , { skip : [ 'upload-manually' ] } ) ;
You can’t perform that action at this time.
0 commit comments