Files
kuboard-press/.vuepress/components/StarCount.vue
huanqing.shao 7f6ccbbe90 badgen
2020-04-21 22:48:05 +08:00

22 lines
746 B
Vue

<template>
<div style="display: inline-block; width: 120px;">
<LazyLoad>
<a aria-label="github" @click="$sendGaEvent('ViewGitHubStar', 'ViewGitHubStarNav', 'ViweGitHubStar:' + $page.path)"
href="https://starchart.cc/eip-work/kuboard-press" target="_blank">
<!-- <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> -->
<img src="https://badgen.net/github/stars/eip-work/kuboard-press?label=github stars"/>
</a>
</LazyLoad>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>