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

View File

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