UNPKG

sda-lib-demo

Version:

## 安装启动

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