Skip to content

Commit 113ba25

Browse files
committed
Update index.html
1 parent fb2c86e commit 113ba25

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/public/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
rel="stylesheet"
2727
href="https://unpkg.com/vue-easytable/libs/theme-default/index.css"
2828
/>
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>
2940
</head>
3041

3142
<body>

0 commit comments

Comments
 (0)