forked from mirrors/misskey
build(#10336): init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkPageHeader_tabs from './MkPageHeader.tabs.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkPageHeader.tabs',
|
||||
component: MkPageHeader_tabs,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkPageHeader_tabs,
|
||||
},
|
||||
template: '<MkPageHeader.tabs />',
|
||||
};
|
||||
export default meta;
|
||||
Reference in New Issue
Block a user