build(#10336): init
This commit is contained in:
parent
4a989f7ebb
commit
1dfcca7b9c
437 changed files with 10295 additions and 154 deletions
13
packages/frontend/src/pages/flash/flash-edit.stories.ts
Normal file
13
packages/frontend/src/pages/flash/flash-edit.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import flash_edit from './flash-edit.vue';
|
||||
const meta = {
|
||||
title: 'pages/flash/flash-edit',
|
||||
component: flash_edit,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
flash_edit,
|
||||
},
|
||||
template: '<flash-edit />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/flash/flash-index.stories.ts
Normal file
13
packages/frontend/src/pages/flash/flash-index.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import flash_index from './flash-index.vue';
|
||||
const meta = {
|
||||
title: 'pages/flash/flash-index',
|
||||
component: flash_index,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
flash_index,
|
||||
},
|
||||
template: '<flash-index />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/flash/flash.stories.ts
Normal file
13
packages/frontend/src/pages/flash/flash.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import flash from './flash.vue';
|
||||
const meta = {
|
||||
title: 'pages/flash/flash',
|
||||
component: flash,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
flash,
|
||||
},
|
||||
template: '<flash />',
|
||||
};
|
||||
export default meta;
|
||||
Loading…
Add table
Add a link
Reference in a new issue