refactor(#10336): module semantics

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-03-20 16:27:40 +09:00
parent be7b71a2f5
commit 3907cb51d6
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
5 changed files with 18 additions and 12 deletions

View file

@ -1,10 +1,10 @@
import { Meta, Story } from '@storybook/vue3';
import MkButton from './MkButton.vue';
const meta = {
title: 'components/MkButton',
component: MkButton,
};
export default meta;
import MkButton from './MkButton.vue';
export const Default = {
render(args, { argTypes }) {
return {