1.0.12 • Published 6 years ago

vue-error-report v1.0.12

Weekly downloads
53
License
-
Repository
-
Last release
6 years ago

vue-error-report

平台组前端错误上报插件,会自动收集以下几点:

  • 问题静态资源加载
  • Ajax请求
  • Vue语法错误
  • Javascript语法错误

安装

npm i vue-error-report --save

引入

import VueErrorReport from 'vue-error-report'

Vue.use(VueErrorReport,options)

实例

Vue.use(VueErrorReport,{
    isReport: true,
    reportUrl: 'https://ping.qq.com',
    appId: ''
})

options

参数名参数说明是否必填
isReport是否开启上报必填
reportUrl上报地址必填
appId项目id必填

后置初始化

//当isReport等于 false 时,可以手工调用 this.$wiierror.init() 进行初始化
this.$wiierror.init()
1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago