1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-07 07:21:17 +08:00
2022-09-12 09:54:18 +08:00

7 lines
140 B
JavaScript

import globalThis from 'global';
import Button from './Button.vue';
import Pre from './Pre.vue';
globalThis.Components = { Button, Pre };