UNPKG

sda-lib-demo

Version:

## 安装启动

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