2022-09-17 10:27:30 +08:00

10 lines
252 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 };
globalThis.storybookRenderer = 'vue';