UNPKG

sda-lib-demo

Version:

## 安装启动

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