1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-26 17:14:19 +02:00

build(#10336): write some stories

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-04-01 04:20:38 +09:00
parent 85f50f3875
commit 671ce6a531
9 changed files with 160 additions and 14 deletions

View File

@@ -2,9 +2,11 @@
/* eslint-disable import/no-default-export */
import { Meta, StoryObj } from '@storybook/vue3';
import MkError from './MkError.vue';
import * as storiesMeta from './MkError.stories.meta';
const meta = {
title: 'components/global/MkError',
component: MkError,
...storiesMeta,
} satisfies Meta<typeof MkError>;
export const Default = {
render(args) {