UNPKG

vue-pro-components

Version:
7 lines (4 loc) 152 B
import { withInstall } from '@vue-pro-components/utils' import Comp from './pro-form' export const ProForm = withInstall(Comp) export default ProForm