mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
chore: formatting
This commit is contained in:
parent
67d6c74087
commit
05de2f8a82
1 changed files with 1 additions and 1 deletions
|
@ -87,6 +87,7 @@ const headerTabs = $computed(() => [
|
||||||
title: i18n.ts.users,
|
title: i18n.ts.users,
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
let swiperRef = null;
|
let swiperRef = null;
|
||||||
|
|
||||||
function setSwiperRef(swiper) {
|
function setSwiperRef(swiper) {
|
||||||
|
@ -106,7 +107,6 @@ onMounted(() => {
|
||||||
syncSlide(tabs.indexOf(swiperRef.activeIndex));
|
syncSlide(tabs.indexOf(swiperRef.activeIndex));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
definePageMetadata(
|
definePageMetadata(
|
||||||
computed(() => ({
|
computed(() => ({
|
||||||
title: props.tag,
|
title: props.tag,
|
||||||
|
|
Loading…
Reference in a new issue