export default { name: 'MyComponent', methods: { track () { this.$gtag.set({ 'currency': 'USD', 'country': 'US' }) } } }
Last updated 4 years ago