config

import { config } fron 'vue-gtag'

config({
  'cookie_prefix': 'MyCookie',
  'cookie_domain': 'blog.example.com',
  'cookie_expires': 28 * 24 * 60 * 60
})

Last updated