Skip to content

Commit

Permalink
chore: fix pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Jun 4, 2024
1 parent 7a8af48 commit ddb0175
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<BaseModal
v-bind="$attrs"
ref="baseModalEl"
@click:overlay="emitBodyClickEvent"
@focusin:body="emitBodyClickEvent"
:animation="animation"
:open="isOpen"
v-bind="$attrs"
>
<slot />
</BaseModal>
Expand Down Expand Up @@ -127,9 +127,9 @@
return {
isOpen,
emitBodyClickEvent,
openerElement,
baseModalEl
baseModalEl,
emitBodyClickEvent
};
}
});
Expand Down

0 comments on commit ddb0175

Please sign in to comment.