fix: emit function name #1511

Merged
konrad merged 1 commits from dpschen/frontend:fix/fix-emit-function-name into main 2022-02-08 19:05:27 +00:00

View File

@ -23,7 +23,7 @@
}" }"
> >
<BaseButton <BaseButton
@click="emit('close')" @click="$emit('close')"
class="close" class="close"
> >
<icon icon="times"/> <icon icon="times"/>