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