tabs
This commit is contained in:
@@ -270,7 +270,7 @@ const links = computed(() => {
|
||||
<div class="flex h-full flex-grow flex-col">
|
||||
<div class="tabs">
|
||||
<a
|
||||
class="tab-bordered tab tab-md"
|
||||
class="tab-bordered tab-lifted tab tab-md"
|
||||
:class="mindmap.id === selectedMindmap?.id && 'tab-active !border-primary text-primary'"
|
||||
v-for="mindmap in mindmaps"
|
||||
:key="mindmap.id"
|
||||
|
||||
Reference in New Issue
Block a user