UNPKG

@arco-vue-pro-components/pro-components

Version:
8 lines (7 loc) 192 B
import _ProTable from "./component.js"; const ProTable = Object.assign(_ProTable, { install: (app) => { app.component(_ProTable.name, _ProTable); } }); export { ProTable as default };