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