UNPKG

sda-lib-demo

Version:

## 安装启动

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