remove header title/action

Signed-off-by: envoyr <hello@envoyr.com>
This commit is contained in:
2023-02-20 12:54:38 +01:00
parent 6942976175
commit 73ba21634e
3 changed files with 7 additions and 21 deletions

View File

@@ -1,6 +1,12 @@
<template> <template>
<div class="flex justify-between items-center"> <div class="flex justify-between items-center">
<slot /> <div class="text-2xl dark:text-white">
<slot />
</div>
<div>
<slot name="actions" />
</div>
</div> </div>
</template> </template>

View File

@@ -1,9 +0,0 @@
<template>
<slot />
</template>
<script>
export default {
name: "BitinflowHeaderActions",
}
</script>

View File

@@ -1,11 +0,0 @@
<template>
<div class="text-2xl dark:text-white">
<slot />
</div>
</template>
<script>
export default {
name: "BitinflowHeaderTitle",
}
</script>