UNPKG

sda-lib-demo

Version:

## 安装启动

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