2022-09-05 17:08:08 +10:00

7 lines
140 B
JavaScript

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