2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

add GA for demo site

This commit is contained in:
Jeff Sagal
2016-03-10 15:23:29 -08:00
parent 8dc3dc143e
commit 2340c916d9
+10
View File
@@ -10,6 +10,16 @@
</head>
<body>
<app></app>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-12818324-8', 'auto');
ga('send', 'pageview');
</script>
<script src="dist/prism.js"></script>
<script src="dist/build.js"></script>
</body>