mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
bump netlify
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
gaSendEvent ({category, action, label}) {
|
gaSendEvent ({category, action, label}) {
|
||||||
if (typeof ga !== 'undefined') {
|
if (typeof ga === 'function') {
|
||||||
return ga('send', 'event', category, action, label);
|
return ga('send', 'event', category, action, label);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user