Skip to content

Commit

Permalink
fix(drop-down): 优化文字描述
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Nov 25, 2024
1 parent 70e9651 commit c990ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/dropdown-item/src/pc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default defineComponent({
IconLeftWardArrow: iconLeftWardArrow()
},
setup(props, context) {
// 修复 <双层组件 + 自调用组> 复合场景导致的数据混乱问题
// 修复 <双层组件 + 自调用组件> 复合场景导致的数据混乱问题
return setup({ props, context, renderless, api, mono: props.isMono }) as unknown as IDropdownItemApi
}
})
Expand Down

0 comments on commit c990ca5

Please sign in to comment.