remove b-tooltip directive

This commit is contained in:
Matthias 2023-02-18 13:25:38 +01:00
parent 2599a5c751
commit 2bce25bc61

View File

@ -16,7 +16,6 @@
<b-dropdown-item-button
v-for="(theme, key) in themeList"
:key="key"
v-b-tooltip.hover.right
:active="activeTheme === theme.name"
:title="theme.description"
:name="theme.name"