UNPKG

vue-pro-components

Version:
7 lines (4 loc) 164 B
import { withInstall } from '@vue-pro-components/utils' import Comp from './fullscreen.vue' export const Fullscreen = withInstall(Comp) export default Fullscreen