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
1 changed files with 1 additions and 1 deletions

View File

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