revert unnecessary .value
for MkLink
This commit is contained in:
parent
ab221c98a7
commit
781c98dda7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ useTooltip(el, (showing) => {
|
||||||
os.popup(
|
os.popup(
|
||||||
defineAsyncComponent(() => import("@/components/MkUrlPreviewPopup.vue")),
|
defineAsyncComponent(() => import("@/components/MkUrlPreviewPopup.vue")),
|
||||||
{
|
{
|
||||||
showing: showing.value,
|
showing,
|
||||||
url: props.url,
|
url: props.url,
|
||||||
source: el.value,
|
source: el.value,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue