1.0.3 • Published 2 years ago

watchman-vue-sdk v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.1

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago