We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2c86e commit 113ba25Copy full SHA for 113ba25
examples/public/index.html
@@ -26,6 +26,17 @@
26
rel="stylesheet"
27
href="https://unpkg.com/vue-easytable/libs/theme-default/index.css"
28
/>
29
+ <!-- Global site tag (gtag.js) - Google Analytics -->
30
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-195479771-1"></script>
31
+ <script>
32
+ window.dataLayer = window.dataLayer || [];
33
+ function gtag() {
34
+ dataLayer.push(arguments);
35
+ }
36
+ gtag("js", new Date());
37
+
38
+ gtag("config", "UA-195479771-1");
39
+ </script>
40
</head>
41
42
<body>
0 commit comments