fix: deprecated slot syntax

This commit is contained in:
axolotle 2024-02-24 16:55:32 +01:00
parent fea5730a29
commit 0c433ac71f

View file

@ -3,7 +3,8 @@
v-bind="$attrs"
no-body :class="_class"
>
<slot name="header" slot="header">
<template #header>
<slot name="header">
<h2>
<BButton v-b-toggle="id" :variant="variant" class="card-collapse-button">
{{ title }}
@ -11,6 +12,7 @@
</BButton>
</h2>
</slot>
</template>
<BCollapse :id="id" :visible="visible" role="region">
<slot name="default" />