Skip to content

Commit

Permalink
add download event
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Mar 8, 2019
1 parent bc0bce4 commit 3b8b920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/components/theme-configurator/download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default {
.then(() => {
this.downloading = false;
});
ga('send', 'event', 'ThemeConfigurator', 'Download');
}
}
};
Expand Down

0 comments on commit 3b8b920

Please sign in to comment.