docs: note about Storybook

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-03-24 23:22:49 +09:00
parent c2d8759812
commit bd7cc6ac38
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
6 changed files with 90 additions and 47 deletions

View file

@ -1,5 +1,4 @@
/* eslint-disable @typescript-eslint/explicit-function-return-type */
/* eslint-disable import/no-default-export */
/* eslint-disable import/no-duplicates */
import { StoryObj } from '@storybook/vue3';
import MkAvatar from './MkAvatar.vue';