forked from mirrors/misskey
build(#10336): init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkObjectView_value from './MkObjectView.value.vue';
|
||||
const meta = {
|
||||
title: 'components/MkObjectView.value',
|
||||
component: MkObjectView_value,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkObjectView_value,
|
||||
},
|
||||
template: '<MkObjectView.value />',
|
||||
};
|
||||
export default meta;
|
||||
Reference in New Issue
Block a user