UNPKG

cione-comp-lib

Version:

`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`

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 };