fix(App): comment out unused RouterLink for the lucky route
This commit is contained in:
parent
dc09918aa9
commit
00b1083626
|
@ -25,12 +25,12 @@ const router = useRouter()
|
||||||
:class="route.path === '/' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">浏览</span>
|
:class="route.path === '/' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">浏览</span>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<!-- <li>
|
||||||
<RouterLink to="/lucky"
|
<RouterLink to="/lucky"
|
||||||
:class="route.path === '/lucky' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">
|
:class="route.path === '/lucky' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">
|
||||||
<span class="text-4xl">手气不错</span>
|
<span class="text-4xl">手气不错</span>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
</li>
|
</li> -->
|
||||||
<li>
|
<li>
|
||||||
<RouterLink to="/library"
|
<RouterLink to="/library"
|
||||||
:class="route.path === '/library' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">
|
:class="route.path === '/library' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user