UNPKG

@web-tracing/vue2

Version:

基于 JS 跨平台插件,为前端项目提供【 埋点、行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段 - vue2版本

10 lines (7 loc) 240 B
import { InitOptions } from '@web-tracing/core'; export * from '@web-tracing/core'; declare function install(Vue: any, options: InitOptions): void; declare const _default: { install: typeof install; }; export { _default as default };