mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 17:14:19 +02:00
fix(frontend/pageMetadata): ページタイトルが更新されない問題 (#13289)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
@@ -225,10 +225,10 @@ const headerActions = computed(() => []);
|
||||
|
||||
const headerTabs = computed(() => []);
|
||||
|
||||
definePageMetadata({
|
||||
definePageMetadata(() => ({
|
||||
title: i18n.ts.importAndExport,
|
||||
icon: 'ti ti-package',
|
||||
});
|
||||
}));
|
||||
</script>
|
||||
|
||||
<style module>
|
||||
|
||||
Reference in New Issue
Block a user