UNPKG

sda-lib-demo

Version:

## 安装启动

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