1
import Button from './src/BasicButton.vue';
2 3
import { withInstall } from '../util';
4 5 6
withInstall(Button); export { Button };