For the complete documentation index, see llms.txt. This page is also available as Markdown.

config

import { config } fron 'vue-gtag'

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

Last updated