UNPKG

sda-lib-demo

Version:

## 安装启动

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