Skip to content

Commit

Permalink
fix: 修复了Select组件类型异常
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsGoo committed Dec 31, 2023
1 parent a098a41 commit f2895d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const props = withDefaults(
defineProps<{
value?: any
//width?: string
multiple?: booleann
multiple?: boolean
filterable?: boolean
downHeight?: number // 显示下拉最大高度,超出显示滚动条
multipleLimit?: number
Expand Down

0 comments on commit f2895d8

Please sign in to comment.