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