chore: formatting
This commit is contained in:
parent
08930c6de2
commit
a1f723a18e
@ -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 New Issue
Block a user