We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aced170 commit 947ed42Copy full SHA for 947ed42
index.html
@@ -5,6 +5,14 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
6
<link rel="icon" href="https://vuejs.org/images/logo.png" type="image/png">
7
<title>Vue Tiny Pagination</title>
8
+ <!-- Global site tag (gtag.js) - Google Analytics -->
9
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-60687969-1"></script>
10
+ <script>
11
+ window.dataLayer = window.dataLayer || [];
12
+ function gtag(){dataLayer.push(arguments);}
13
+ gtag('js', new Date());
14
+ gtag('config', 'UA-60687969-1');
15
+ </script>
16
</head>
17
<body>
18
<div id="app"></div>
0 commit comments