Skip to content

Commit

Permalink
fix: lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
oil-oil committed Sep 12, 2023
1 parent 1786dd9 commit 279a24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuesax/src/components/select/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type SelectProvider = {
value: Ref<SelectValue | undefined>
textFilter: Ref<string>
multiple: Ref<boolean>

onClickOption: ({
value,
label
Expand Down

0 comments on commit 279a24c

Please sign in to comment.