Skip to content

Commit

Permalink
fix(typescript): $ga instead of $gtag in Vue interface (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesasol committed Jan 29, 2020
1 parent ee583a9 commit 9040a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue-gtag.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ declare module 'vue-gtag' {

module 'vue/types/vue' {
interface Vue {
$ga: VueGtag;
$gtag: VueGtag;
}
}
}

0 comments on commit 9040a78

Please sign in to comment.