1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-09 07:25:18 +02:00

fix: removed direct link with cleaned for security reason

This commit is contained in:
ShareVB 2024-04-20 17:50:13 +02:00
parent 7631847cd3
commit 3f7151be4c

View file

@ -39,11 +39,6 @@ const isClean = computed(() => withDefaultOnError(() => TidyURL.clean(inputUrl.v
mb-5
mt-5
/>
<n-p text-center>
<n-a :href="cleanedUrl?.url" target="_blank" rel="noopener noreferrer">
{{ cleanedUrl?.url }}
</n-a>
</n-p>
</div>
</c-card>
</template>