UNPKG

sda-lib-demo

Version:

## 安装启动

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