UNPKG
hc-web-log-mon
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
基于 JS 跨平台插件,为前端项目提供【 行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段
hc-web-log-mon
/
packages
/
vue3
/
index.ts
9 lines
(6 loc)
•
190 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ init,
InitOptions
}
from
'hc-web-log-core'
function
install
(
app: any, options: InitOptions
) {
init
(options) }
export
default
{ install }
export
*
from
'hc-web-log-core'