UNPKG

sda-lib-demo

Version:

## 安装启动

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