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/admin/_header_.stories.ts
Normal file
13
packages/frontend/src/pages/admin/_header_.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import _header_ from './_header_.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/_header_',
|
||||
component: _header_,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
_header_,
|
||||
},
|
||||
template: '<_header_ />',
|
||||
};
|
||||
export default meta;
|
||||
Loading…
Add table
Add a link
Reference in a new issue