nw-log
v2.3.0
Published
> 打点组件
Downloads
32
Maintainers
Keywords
Readme
nw-share
打点组件
安装
$ yarn add nw-log
example
import Log, {ENV} from 'nw-log';
const log = new Log({
env: ENV.GA,
key: 'comic',
userId: '23223'
});
log.capture('hds-2:nwe,sdf,s');
API
{{>main}}