UNPKG

sda-lib-demo

Version:

## 安装启动

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