UNPKG

nuxt-gtag

Version:
6 lines (5 loc) 139 B
import { useGtag } from "./useGtag.js"; export function useTrackEvent(...args) { const { gtag } = useGtag(); gtag("event", ...args); }