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 =
|
||||
document.body.contains(rootEl.value) && ( isBackTop.value || isTopVisible(rootEl.value) );
|
||||
document.body.contains(rootEl.value) &&
|
||||
(isBackTop.value || isTopVisible(rootEl.value));
|
||||
|
||||
if (isTop) {
|
||||
// Prepend the item
|
||||
|
|
|
@ -127,9 +127,9 @@
|
|||
</FormFolder>
|
||||
<template #caption>{{
|
||||
i18n.t("_profile.metadataDescription", {
|
||||
a: '\<code\>\<a\>\</code\>',
|
||||
l: '\<code\>\<a\>\</code\>',
|
||||
rel: `rel="me" href="https://${host}/@${$i.username}"`
|
||||
a: "\<code\>\<a\>\</code\>",
|
||||
l: "\<code\>\<a\>\</code\>",
|
||||
rel: `rel="me" href="https://${host}/@${$i.username}"`,
|
||||
})
|
||||
}}</template>
|
||||
</FormSlot>
|
||||
|
|
Loading…
Reference in a new issue