修改lint

This commit is contained in:
2025-08-10 16:23:47 +08:00
parent c557e6980c
commit 3b9fae1eea

View File

@@ -70,7 +70,6 @@ defineOgImageComponent('Docs', {
headline: headline.value
})
const editLink = computed(() => {
if (!appConfig.github) {
return
@@ -145,7 +144,10 @@ const links = computed(() => {
wrapper: 'flex-row items-center flex-wrap justify-between '
}"
>
<span v-if="page" class="text-sm text-pretty text-muted mt-4"> {{ page.date }} </span>
<span
v-if="page"
class="text-sm text-pretty text-muted mt-4"
> {{ page.date }} </span>
<template #links>
<UButton
v-for="(link, index) in page.links"