Fixed transition render issue
This commit is contained in:
@@ -33,7 +33,7 @@ async function handleGoogleLogin() {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<TransitionGroup name="fade-group" appear>
|
<TransitionGroup name="fade-group" appear>
|
||||||
<UiButton v-if="user" as-child :size>
|
<UiButton v-if="user" :size>
|
||||||
<NuxtLink to="/my">
|
<NuxtLink to="/my">
|
||||||
Dashboard
|
Dashboard
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
|
|||||||
Reference in New Issue
Block a user