UNPKG

vue-pro-components

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