vue-exception-captor
Version:
用于捕获Vue前端工程中的全局异常、Promise异常,并支持HTTP模式上报到后台存储
24 lines (23 loc) • 509 B
JSON
{
"name": "vue-exception-captor",
"version": "1.0.8",
"description": "用于捕获Vue前端工程中的全局异常、Promise异常,并支持HTTP模式上报到后台存储",
"main": "dist/index.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"VUE",
"Exception",
"Captor",
"Captrue",
"Error",
"Global"
],
"author": "johncao",
"license": "MIT",
"dependencies": {
"axios": "^0.18.1",
"vue": "^2.0.5"
}
}