UNPKG

sda-lib-demo

Version:

## 安装启动

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