Skip to content

Commit

Permalink
add GA to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilOcean committed Nov 11, 2017
1 parent eafc827 commit 1da4dba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.html
Expand Up @@ -18,10 +18,12 @@
<script>
window.$docsify = {
name: 'vue-sticker',
repo: 'https://github.com/KamilOcean/vue-sticker'
repo: 'https://github.com/KamilOcean/vue-sticker',
ga: 'UA-54500419-3'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
<script src="https://unpkg.com/babel-standalone/babel.min.js"></script>
<script src="https://unpkg.com/vue"></script>
<script src="https://npmcdn.com/vue-router@2.4.0/dist/vue-router.js"></script>
Expand Down

0 comments on commit 1da4dba

Please sign in to comment.