修改lint
This commit is contained in:
@@ -70,7 +70,6 @@ defineOgImageComponent('Docs', {
|
|||||||
headline: headline.value
|
headline: headline.value
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
const editLink = computed(() => {
|
const editLink = computed(() => {
|
||||||
if (!appConfig.github) {
|
if (!appConfig.github) {
|
||||||
return
|
return
|
||||||
@@ -145,7 +144,10 @@ const links = computed(() => {
|
|||||||
wrapper: 'flex-row items-center flex-wrap justify-between '
|
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>
|
<template #links>
|
||||||
<UButton
|
<UButton
|
||||||
v-for="(link, index) in page.links"
|
v-for="(link, index) in page.links"
|
||||||
|
Reference in New Issue
Block a user