UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

9 lines (6 loc) 180 B
import { App } from 'vue' import PModal from '@/components/Modal/PModal.vue' const install = (app: App): void => { app.component('PModal', PModal) } export { PModal, install }