修复所有vue vite警告
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
<template>
|
||||
<UIcon name="i-lucide-home" />
|
||||
<div class="h-8">
|
||||
<NuxtLink to="/" class="flex items-center space-x-3">
|
||||
<div class="w-8 h-8 bg-primary rounded-xl flex items-center justify-center shadow-md">
|
||||
<span class="text-white font-bold text-lg">E</span>
|
||||
</div>
|
||||
<span class="text-lg font-bold text-gray-800 dark:text-white">简单文档</span>
|
||||
<TemplateMenu />
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user