Skip to content

Commit

Permalink
fix: 解决option含有其他key的类型异常问题 (#351)
Browse files Browse the repository at this point in the history
* select type改动

* fix(select): 解决option含有其他key异常问题

---------

Co-authored-by: blankzhang <[email protected]>
  • Loading branch information
zym19960704 and blankzhang committed Jul 21, 2023
1 parent e51a17e commit 719023d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/select/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export interface SelectOption {
label: string | number;
disabled?: boolean;
__cache?: boolean;
[key: string]: any;
}

export interface OptionChildren extends ToRefs<OptionProps> {
Expand Down

0 comments on commit 719023d

Please sign in to comment.