added section headers to bottom nav create

This commit is contained in:
vabene1111
2023-03-14 22:12:39 +01:00
parent ebb6e669e2
commit a60f1a3e92
4 changed files with 20 additions and 11 deletions

View File

@@ -61,9 +61,12 @@
<bottom-navigation-bar>
<template #custom_create_functions>
<div class="dropdown-divider" ></div>
<h6 class="dropdown-header">{{ $t('Books')}}</h6>
<a class="dropdown-item" @click="createNew()"><i
class="fa fa-book"></i> {{$t("Create")}}</a>
<div class="dropdown-divider" ></div>
</template>
</bottom-navigation-bar>
</div>