2022-12-09 20:44:55 +01:00

10 lines
278 B
JavaScript

import { global as globalThis } from '@storybook/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 = 'vue3';