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