Skip to content

Commit d0cf9fd

Browse files
committed
update site
1 parent ba42f25 commit d0cf9fd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

site/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,23 @@
3838
<div id="app">
3939
<router-view></router-view>
4040
</div>
41+
<!-- Hotjar Tracking Code for http://vue.ant.design -->
42+
<script>
43+
(function(h, o, t, j, a, r) {
44+
h.hj = h.hj || function() {
45+
(h.hj.q = h.hj.q || []).push(arguments)
46+
};
47+
h._hjSettings = {
48+
hjid: 1359441,
49+
hjsv: 6
50+
};
51+
a = o.getElementsByTagName('head')[0];
52+
r = o.createElement('script');
53+
r.async = 1;
54+
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
55+
a.appendChild(r);
56+
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
57+
</script>
4158
</body>
4259

4360
</html>

0 commit comments

Comments
 (0)