Blame view

src/components/Button/index.ts 125 Bytes
vben authored
1
import Button from './src/BasicButton.vue';
vben authored
2
3
import { withInstall } from '../util';
vben authored
4
5
6
withInstall(Button);

export { Button };