mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-24 17:41:03 +01:00
updated README
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import stats from './stats'
|
||||
|
||||
export default {
|
||||
stats
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
sendPv (page) {
|
||||
window._hmt.push(['_trackPageview', page])
|
||||
},
|
||||
sendEv (ev) {
|
||||
window._hmt.push(['_trackCustomEvent', ev])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user