mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-13 11:09:39 +02:00
chore: minor update
This commit is contained in:
@@ -47,7 +47,7 @@ onMounted(() => {
|
|||||||
@mouseenter="isPaused = true"
|
@mouseenter="isPaused = true"
|
||||||
@mouseleave="isPaused = false"
|
@mouseleave="isPaused = false"
|
||||||
>
|
>
|
||||||
<p class="w-full tracking-wide fade-text text-lg" :class="isHomePage ? 'text-lg' : 'text-sm'">
|
<p class="w-full tracking-wide fade-text" :class="isHomePage ? 'text-lg' : 'text-sm'">
|
||||||
<transition name="fade" mode="out-in">
|
<transition name="fade" mode="out-in">
|
||||||
<a
|
<a
|
||||||
:key="index"
|
:key="index"
|
||||||
|
Reference in New Issue
Block a user