Fix close icon

This commit is contained in:
kolaente 2021-01-21 21:29:32 +01:00
parent ccee8e9591
commit 5708476ce5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
class="has-text-left"
:has-close="true"
close-icon="times"
@close="$router.back()"
>
<div class="p-4">
<slot></slot>
@ -48,7 +49,7 @@ export default {
createDisabled: {
type: Boolean,
default: false,
}
},
},
}
</script>