mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 15:46:06 +09:00
fix header tabs
This commit is contained in:
parent
5c0af1fda5
commit
67d6c74087
@ -75,8 +75,18 @@ watch($$(tab), () => syncSlide(tabs.indexOf(tab)));
|
||||
|
||||
const headerActions = $computed(() => []);
|
||||
|
||||
const headerTabs = $computed(() => []);
|
||||
|
||||
const headerTabs = $computed(() => [
|
||||
{
|
||||
key: "notes",
|
||||
icon: "ph-note ph-bold ph-lg",
|
||||
title: i18n.ts.notes,
|
||||
},
|
||||
{
|
||||
key: "users",
|
||||
icon: "ph-users ph-bold ph-lg",
|
||||
title: i18n.ts.users,
|
||||
},
|
||||
]);
|
||||
let swiperRef = null;
|
||||
|
||||
function setSwiperRef(swiper) {
|
||||
|
Loading…
Reference in New Issue
Block a user