revert unnecessary `.value` for MkLink

This commit is contained in:
Lhcfl 2024-04-20 00:18:36 +08:00
parent ab221c98a7
commit 781c98dda7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ useTooltip(el, (showing) => {
os.popup(
defineAsyncComponent(() => import("@/components/MkUrlPreviewPopup.vue")),
{
showing: showing.value,
showing,
url: props.url,
source: el.value,
},