UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

10 lines (6 loc) 211 B
import { App } from 'vue' import PTagWrapper from '@/components/TagWrapper/PTagWrapper.vue' const install = (app: App): void => { app.component('PTagWrapper', PTagWrapper) } export { PTagWrapper, install }