This commit is contained in:
syuilo 2023-01-02 16:41:05 +09:00
parent fb364ce740
commit 43c37dd0db

View file

@ -92,7 +92,7 @@ const headerTabs = $computed(() => user ? [{
key: 'gallery', key: 'gallery',
title: i18n.ts.gallery, title: i18n.ts.gallery,
icon: 'ti ti-icons', icon: 'ti ti-icons',
}] : null); }] : []);
definePageMetadata(computed(() => user ? { definePageMetadata(computed(() => user ? {
icon: 'ti ti-user', icon: 'ti ti-user',