mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 05:19:12 -04:00
revert
This commit is contained in:
parent
3eefdacf9c
commit
9fa9dc047e
3 changed files with 1 additions and 7 deletions
|
@ -78,9 +78,6 @@ toolCard:
|
|||
new: Neu
|
||||
search:
|
||||
label: Suche
|
||||
copyClipboard:
|
||||
tooltip: In die Zwischenablage kopieren
|
||||
success: Kopiert!
|
||||
tools:
|
||||
categories:
|
||||
favorite-tools: Deine Lieblingstools
|
||||
|
|
|
@ -72,9 +72,6 @@ toolCard:
|
|||
new: New
|
||||
search:
|
||||
label: Search
|
||||
copyClipboard:
|
||||
tooltip: Copy to clipboard
|
||||
success: Copied!
|
||||
tools:
|
||||
categories:
|
||||
favorite-tools: Your favorite tools
|
||||
|
|
|
@ -37,7 +37,7 @@ const { value, language, followHeightOf, copyPlacement, copyMessage } = toRefs(p
|
|||
const { height } = followHeightOf.value ? useElementSize(followHeightOf) : { height: ref(null) };
|
||||
|
||||
const { copy, isJustCopied } = useCopy({ source: value, createToast: false });
|
||||
const tooltipText = computed(() => isJustCopied.value ? $t('copyClipboard.success') : copyMessage.value);
|
||||
const tooltipText = computed(() => isJustCopied.value ? 'Copied!' : copyMessage.value);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue