Files
kuboard-press/.vuepress/components/StarCount.vue
Shao Huan Qing f61a077ccf 缓存 star 数
2021-08-01 14:22:26 +08:00

21 lines
590 B
Vue

<template>
<div style="display: inline-block; width: 110px;">
<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://addons.kuboard.cn/downloads/github-star.html" frameborder="0" scrolling="0" width="120" height="20" title="GitHub"></iframe>
</a>
</LazyLoad>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>