Skip to content

Commit

Permalink
fix: userParam method was renamed to userParams (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
oboshto authored and Viktor Chaptsev committed Sep 3, 2019
1 parent 90b3f49 commit b8481f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function createMetrika (Vue) {
reachGoal() {if (config.debug) {console.log('[vue-yandex-metrika] reachGoal:', arguments)}},
replacePhones() {if (config.debug) {console.log('[vue-yandex-metrika] replacePhones:', arguments)}},
setUserID() {if (config.debug) {console.log('[vue-yandex-metrika] setUserID:', arguments)}},
userParam() {if (config.debug) {console.log('[vue-yandex-metrika] userParam:', arguments)}}
userParams() {if (config.debug) {console.log('[vue-yandex-metrika] userParams:', arguments)}}
}
}
}
Expand Down

0 comments on commit b8481f0

Please sign in to comment.