chore: formatting
This commit is contained in:
parent
08930c6de2
commit
a1f723a18e
|
@ -87,6 +87,7 @@ const headerTabs = $computed(() => [
|
|||
title: i18n.ts.users,
|
||||
},
|
||||
]);
|
||||
|
||||
let swiperRef = null;
|
||||
|
||||
function setSwiperRef(swiper) {
|
||||
|
@ -106,7 +107,6 @@ onMounted(() => {
|
|||
syncSlide(tabs.indexOf(swiperRef.activeIndex));
|
||||
});
|
||||
|
||||
|
||||
definePageMetadata(
|
||||
computed(() => ({
|
||||
title: props.tag,
|
||||
|
|
Loading…
Reference in New Issue