remove comment

This commit is contained in:
kakkokari-gtyih 2023-12-13 23:17:14 +09:00
parent b85328d6da
commit 60dee6c133

View File

@ -50,5 +50,4 @@ const realHref = computed(() => {
});
const realTarget = computed(() => (needsToOpenExternally.value ? '_blank' : (rawProps.target ?? null)));
console.log(realTarget.value);
</script>