chore: format
This commit is contained in:
parent
d52b5bf563
commit
7a3fbdc7eb
2 changed files with 5 additions and 4 deletions
|
@ -385,7 +385,8 @@ const prepend = (item: Item): void => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const isTop =
|
const isTop =
|
||||||
document.body.contains(rootEl.value) && ( isBackTop.value || isTopVisible(rootEl.value) );
|
document.body.contains(rootEl.value) &&
|
||||||
|
(isBackTop.value || isTopVisible(rootEl.value));
|
||||||
|
|
||||||
if (isTop) {
|
if (isTop) {
|
||||||
// Prepend the item
|
// Prepend the item
|
||||||
|
|
|
@ -127,9 +127,9 @@
|
||||||
</FormFolder>
|
</FormFolder>
|
||||||
<template #caption>{{
|
<template #caption>{{
|
||||||
i18n.t("_profile.metadataDescription", {
|
i18n.t("_profile.metadataDescription", {
|
||||||
a: '\<code\>\<a\>\</code\>',
|
a: "\<code\>\<a\>\</code\>",
|
||||||
l: '\<code\>\<a\>\</code\>',
|
l: "\<code\>\<a\>\</code\>",
|
||||||
rel: `rel="me" href="https://${host}/@${$i.username}"`
|
rel: `rel="me" href="https://${host}/@${$i.username}"`,
|
||||||
})
|
})
|
||||||
}}</template>
|
}}</template>
|
||||||
</FormSlot>
|
</FormSlot>
|
||||||
|
|
Loading…
Reference in a new issue