UNPKG

sda-lib-demo

Version:

## 安装启动

7 lines (6 loc) 222 B
import CoTableRollList from "./index2.mjs"; CoTableRollList.install = (app) => { app.component(CoTableRollList.name, CoTableRollList); }; const _CoTableRollList = CoTableRollList; export { _CoTableRollList as default };