mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:35:58 +08:00
perf: perf component
This commit is contained in:
6
src/components/Button/index.ts
Normal file
6
src/components/Button/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import Button from './src/BasicButton.vue';
|
||||
import { withInstall } from '../util';
|
||||
|
||||
export { Button };
|
||||
|
||||
export default withInstall(Button);
|
Reference in New Issue
Block a user