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:
@@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user