1.0.3 • Published 3 years ago

watchman-vue-sdk v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Watchman-vue-sdk

watchman system vue sdk

Install

npm install watchman-vue-sdk

Use

import Vue from 'vue'
import WatchmanVueSDK frin 'watchman-vue-sdk'

const watchman = WatchmanVueSDK.init({
  key: '************', // 项目key
  url: 'api.example.com', // 错误上报接口
  isReport: process.env.NODE_ENV === 'production' // 是否上报
})

app.use(watchman)

License

TIM

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago