修改lint
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user