chore: remove wrapper div

This commit is contained in:
kolaente 2023-04-12 09:50:00 +02:00 committed by konrad
parent 6989558963
commit 2c9693a83e
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<div v-if="mode !== 'disabled' && prefixes !== undefined">
<template v-if="mode !== 'disabled' && prefixes !== undefined">
<BaseButton
@click="() => visible = true"
class="icon is-small show-helper-text"
@ -90,7 +90,7 @@
</ul>
</card>
</modal>
</div>
</template>
</template>
<script setup lang="ts">