UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

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