mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
11 lines
330 B
Vue
11 lines
330 B
Vue
<template>
|
|
<hover-container tooltip-content="github" class="w-40px h-full">
|
|
<a href="https://github.com/honghuangdc/soybean-admin" target="_blank" class="flex-center">
|
|
<icon-mdi-github class="text-20px text-[#666]" />
|
|
</a>
|
|
</hover-container>
|
|
</template>
|
|
|
|
<script lang="ts" setup></script>
|
|
<style scoped></style>
|