This commit is contained in:
syuilo 2023-01-02 16:41:05 +09:00
parent fb364ce740
commit 43c37dd0db
1 changed files with 1 additions and 1 deletions

View File

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