2024-08-08 13:00:19 +02:00

10 lines
278 B
JavaScript

import { global as globalThis } from '@storybook/global';
import Button from './Button.vue';
import Form from './Form.vue';
import Html from './Html.vue';
import Pre from './Pre.vue';
globalThis.Components = { Button, Pre, Form, Html };
globalThis.storybookRenderer = 'vue3';