mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 04:21:07 +08:00
9 lines
214 B
JavaScript
9 lines
214 B
JavaScript
import globalThis from 'global';
|
|
|
|
import Button from './Button.vue';
|
|
import Pre from './Pre.vue';
|
|
import Form from './Form.vue';
|
|
import Html from './Html.vue';
|
|
|
|
globalThis.Components = { Button, Pre, Form, Html };
|