0.0.5 • Published 10 months ago

@heimdallr-sdk/wx-dom v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@heimdallr-sdk/wx-dom

捕获小程序的点击事件并上报

Usage

import heimdallr from "@heimdallr-sdk/wx";
import heimdallrWxDom from "@heimdallr-sdk/wx-dom";
const heimdallrInstance = heimdallr({
    dsn: {
        host: 'http://localhost:8888',
        init: '/project/init',
        upload: '/log/upload'
    },
    app: {
        name: 'playgroundWx',
        leader: 'test',
        desc: 'test wx proj'
    },
    plugins: [heimdallrWxDom()]
});
0.0.5

10 months ago

0.0.4

11 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago