fix modal close button style

This commit is contained in:
Thomas Amland
2021-03-28 13:09:43 +02:00
parent 4e8cd1f2e8
commit 38a2fbf791
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
<template>
<b-modal ok-title="Save" :visible="visible" @ok="confirm" @change="change">
<template #modal-header-close>
<Icon icon="x" />
</template>
<template #modal-title>
<slot name="title" :item="copy">
{{ title }}