mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 12:45:38 +02:00
refactor
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
|
||||
import { waitFor } from '@storybook/test';
|
||||
import MkPageHeader from './MkPageHeader.vue';
|
||||
import type { StoryObj } from '@storybook/vue3';
|
||||
@@ -59,6 +59,7 @@ export const Icon = {
|
||||
{
|
||||
...OneTab.args.tabs[0],
|
||||
icon: 'ti ti-home',
|
||||
title: 'Home',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -71,6 +72,7 @@ export const IconOnly = {
|
||||
{
|
||||
key: Icon.args.tabs[0].key,
|
||||
icon: Icon.args.tabs[0].icon,
|
||||
title: Icon.args.tabs[0].title,
|
||||
iconOnly: true,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user