fix: 导航图片无法加载
This commit is contained in:
@@ -218,7 +218,7 @@ const open = (url?: string | URL, target?: string, features?: string) => {
|
||||
@click="open(link.url)"
|
||||
>
|
||||
<div class="flex items-start gap-3">
|
||||
<NuxtImg
|
||||
<img
|
||||
:src="link.logo || `/logo/${link.id}.png`"
|
||||
:alt="link.label"
|
||||
class="w-10 h-10 rounded-lg"
|
||||
|
||||
Reference in New Issue
Block a user