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