fix
This commit is contained in:
parent
fb364ce740
commit
43c37dd0db
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue