build(#10336): finalize
This commit is contained in:
parent
38b153ca94
commit
1521bb088c
18 changed files with 581 additions and 30 deletions
|
|
@ -1,5 +1,4 @@
|
|||
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
||||
/* eslint-disable import/no-duplicates */
|
||||
import { StoryObj } from '@storybook/vue3';
|
||||
import MkCustomEmoji from './MkCustomEmoji.vue';
|
||||
export const Default = {
|
||||
|
|
@ -37,10 +36,10 @@ export const Normal = {
|
|||
...Default.args,
|
||||
normal: true,
|
||||
},
|
||||
};
|
||||
} satisfies StoryObj<typeof MkCustomEmoji>;
|
||||
export const Missing = {
|
||||
...Default,
|
||||
args: {
|
||||
name: Default.args.name,
|
||||
},
|
||||
};
|
||||
} satisfies StoryObj<typeof MkCustomEmoji>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue