Skip to content

Commit

Permalink
[ONL-7529] fix problem affecting ebo
Browse files Browse the repository at this point in the history
  • Loading branch information
raulwwq0 committed Jun 26, 2023
1 parent 136ba9b commit c3dd790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ec-input-field/ec-input-field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import { InputFieldEvent, InputFieldType } from './types';
const config = useConfig();
const attrs = useAttrs();
const style = attrs.style as unknown as StyleValue;
const style = attrs.style as unknown as (StyleValue | undefined);
const emit = defineEmits<{ (e: 'update:modelValue', value: InputFieldEvents[InputFieldEvent.UPDATE_MODEL_VALUE]): void
(e: 'icon-click', value: InputFieldEvents[InputFieldEvent.ICON_CLICK]): void
Expand Down

0 comments on commit c3dd790

Please sign in to comment.