mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
7 lines
250 B
TypeScript
7 lines
250 B
TypeScript
import { withInstall } from '/@/utils';
|
|
import button from './src/BasicButton.vue';
|
|
import popConfirmButton from './src/PopConfirmButton.vue';
|
|
|
|
export const Button = withInstall(button);
|
|
export const PopConfirmButton = withInstall(popConfirmButton);
|