@handaotech-design/report
v1.1.2
Published
```ts import HdReport from '@handaotech-design/report'
Readme
使用方式
导入组件
import HdReport from '@handaotech-design/report'
app.use(HdReport, {
apiServer: {
url: 'http://ac.qa.hdservice.cn',
contextPath: '/report-api',
},
})导入全局css
import '@handaotech-design/report/style'