UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

8 lines (6 loc) 207 B
import { App } from 'vue' import PLayoutWell from '@/layouts/PLayoutWell/PLayoutWell.vue' const install = (app: App): void => { app.component('PLayoutWell', PLayoutWell) } export { PLayoutWell, install }