说明

Github角标

使用

      <script setup lang="ts">
  import { GithubCorner } from "liyao-vue-common"
</script>


<template>
// 需要自己写css确定要放的位置, href为跳转的链接
 <GithubCorner :href="'https://github.com'"/> 
</template>
    

参数

      const props = defineProps({
  href: {
    type: String,
    default: '',
  }
})
    

声明

作者: liyao

版权:本博客所有文章除特别声明外,均采用CCBY-NC-SA4.O许可协议。转载请注明!

最后更新于 2025-09-30 20:31 history