UNPKG

sda-lib-demo

Version:

## 安装启动

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