UNPKG

sda-lib-demo

Version:

## 安装启动

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