mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-26 15:54:16 +01:00
Translate all portfolio
This commit is contained in:
@@ -17,10 +17,12 @@ defineProps({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UTooltip
|
||||
:popper="{ placement: position }"
|
||||
:text="hover"
|
||||
>
|
||||
<strong class="leading-3 cursor-help">{{ text }}</strong>
|
||||
</UTooltip>
|
||||
<ClientOnly>
|
||||
<UTooltip
|
||||
:popper="{ placement: position }"
|
||||
:text="hover"
|
||||
>
|
||||
<strong class="leading-3 cursor-help">{{ text }}</strong>
|
||||
</UTooltip>
|
||||
</ClientOnly>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user