1.0.3 • Published 5 years ago

vk-collect-log v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Installing

Using npm:

$ npm install vk-collect-log

Example

Using in VUE

// 在main.js中引入
import vkCollectLog from 'vk-collect-log';
Vue.prototype.collectLog = vkCollectLog;

// Vue组件中使用

/**
 * 参数说明
 * @url 前端日志搜集的地址
 * @params 前端日志搜集的参数
 */
this.collectLog.init(url, params);
// or
this.collectLog.init(url, params).then(res=>{}).catch(err=>{});
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago