UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

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