feat: add EpTableProBar component

This commit is contained in:
xiaoxian521
2022-04-15 22:07:11 +08:00
parent 56f9dc85e7
commit b23066c52b
10 changed files with 449 additions and 395 deletions

View 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);
}
});