|
@@ -13,7 +13,12 @@ defineOptions({
|
|
|
<template>
|
|
|
<div class="flex items-center gap-x-4">
|
|
|
<div class="flex items-center gap-x-3">
|
|
|
- <ButtonAnimation :animation="false">
|
|
|
+ <ButtonAnimation
|
|
|
+ :animation="false"
|
|
|
+ tag="a"
|
|
|
+ href="https://github.com/tenianon/lithe-admin"
|
|
|
+ target="_blank"
|
|
|
+ >
|
|
|
<span class="iconify-[mdi--github] size-5" />
|
|
|
</ButtonAnimation>
|
|
|
<FullScreen />
|