2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

bump netlify

This commit is contained in:
Jeff
2019-04-27 18:38:14 -07:00
parent 6ffd9539de
commit 8f067a4de6
+1 -1
View File
@@ -30,7 +30,7 @@ export default {
},
methods: {
gaSendEvent ({category, action, label}) {
if (typeof ga !== 'undefined') {
if (typeof ga === 'function') {
return ga('send', 'event', category, action, label);
}
},