update site
parent
ba42f255e5
commit
d0cf9fd5cd
|
@ -38,6 +38,23 @@
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Hotjar Tracking Code for http://vue.ant.design -->
|
||||||
|
<script>
|
||||||
|
(function(h, o, t, j, a, r) {
|
||||||
|
h.hj = h.hj || function() {
|
||||||
|
(h.hj.q = h.hj.q || []).push(arguments)
|
||||||
|
};
|
||||||
|
h._hjSettings = {
|
||||||
|
hjid: 1359441,
|
||||||
|
hjsv: 6
|
||||||
|
};
|
||||||
|
a = o.getElementsByTagName('head')[0];
|
||||||
|
r = o.createElement('script');
|
||||||
|
r.async = 1;
|
||||||
|
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
|
||||||
|
a.appendChild(r);
|
||||||
|
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue