BUG fix: tooltip

This commit is contained in:
KUN1007 2023-11-09 21:28:22 +08:00
parent 1e6f434f9f
commit 3c00fc00da
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<template>
<div class="footer">
<span>Copyright © 2023 KUNGalgame</span>
<span>All rights reserved | Version 1.1.2</span>
<span>All rights reserved | Version 1.1.3</span>
</div>
</template>

View file

@ -185,7 +185,7 @@ Link: https://www.kungal.com/topic/${props.info.tid}`
:category="content.category"
:to-uid="toUser.uid"
v-tooltip="{
message: { en: 'Rewrite Topic', zh: 'Rewrite 话题' },
message: { en: 'Rewrite', zh: 'Rewrite' },
position: 'bottom',
}"
/>