UNPKG

sda-lib-demo

Version:

## 安装启动

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