UNPKG

cione-comp-lib

Version:

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

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