Files
kuboard-press/.vuepress/components/StarCount.vue
huanqing.shao c7ca6dc076 lazyload
2019-11-03 21:51:07 +08:00

20 lines
567 B
Vue

<template>
<div style="display: inline-block; width: 100px;">
<LazyLoad>
<a aria-label="github" @click="$sendGaEvent('ViewGitHubStar', 'ViewGitHubStarNav', 'ViweGitHubStar:' + $page.path)">
<iframe style="display:inline-block;vertical-align:middle;" src="https://ghbtns.com/github-btn.html?user=eip-work&amp;repo=kuboard-press&amp;type=star&amp;count=true&amp;size=small" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
</a>
</LazyLoad>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>