Skip to content

Commit

Permalink
Update QSelect.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
raha-frontend authored Jun 29, 2022
1 parent c5cb34a commit 6967be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qComponents/QSelect/src/QSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ export default defineComponent({
});
const qSelectClasses = computed<ClassValue>(() => ({
'q-select__disabled': isDisabled.value
'q-select_disabled': isDisabled.value
}));
const iconClass = computed<string>(() => {
Expand Down

0 comments on commit 6967be9

Please sign in to comment.