mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-25 21:52:40 +01:00
change upopover activation mode
This commit is contained in:
@@ -110,7 +110,7 @@ async function handleLike() {
|
|||||||
</div>
|
</div>
|
||||||
<div v-if="post.body.toc && post.body.toc.links.length > 0" class="flex justify-end sticky top-0 z-50">
|
<div v-if="post.body.toc && post.body.toc.links.length > 0" class="flex justify-end sticky top-0 z-50">
|
||||||
<UPopover
|
<UPopover
|
||||||
mode="hover"
|
mode="click"
|
||||||
:content="{
|
:content="{
|
||||||
align: 'end',
|
align: 'end',
|
||||||
side: 'bottom',
|
side: 'bottom',
|
||||||
|
|||||||
Reference in New Issue
Block a user