mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-23 02:17:47 +00:00
7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
import Button from './src/BasicButton.vue';
|
|
import { withInstall } from '../util';
|
|
|
|
withInstall(Button);
|
|
|
|
export { Button };
|