mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
import globalThis from 'global';
|
|
|
|
import Button from './Button.vue';
|
|
import Pre from './Pre.vue';
|
|
import Form from './Form.vue';
|
|
|
|
globalThis.Components = { Button, Pre, Form };
|