mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
style(components): canonical code
This commit is contained in:
10
src/components/ReSelector/index.ts
Normal file
10
src/components/ReSelector/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { App } from "vue";
|
||||
import reSelector from "./src";
|
||||
|
||||
export const ReSelector = Object.assign(reSelector, {
|
||||
install(app: App) {
|
||||
app.component(reSelector.name, reSelector);
|
||||
},
|
||||
});
|
||||
|
||||
export default ReSelector;
|
||||
Reference in New Issue
Block a user