build(#10336): impl SatisfiesExpression
This commit is contained in:
parent
2eecb8e876
commit
bdbbb92ff6
431 changed files with 1414 additions and 1383 deletions
|
@ -1,9 +1,9 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import { Meta, StoryObj } from '@storybook/vue3';
|
||||
import MkFolder from './MkFolder.vue';
|
||||
const meta = {
|
||||
title: 'components/MkFolder',
|
||||
component: MkFolder,
|
||||
};
|
||||
} satisfies Meta<typeof MkFolder>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
|
@ -17,5 +17,5 @@ export const Default = {
|
|||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
};
|
||||
} satisfies StoryObj<typeof MkFolder>;
|
||||
export default meta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue