You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template>
<v-tooltip location="right">
<template #activator="{ props }">
<v-icon
color="blue"
class="mt-3"
size="large"
v-bind="props"
>
mdi-information
</v-icon>
</template>
<span
>Bei Anforderung einer bestimmten NWK für die Stelle, hier den
vollständigen Namen eintragen.</span
>
</v-tooltip>
</template>
Example of NamentlicheAnforderungTooltip.vue
with directive:
<v-col cols="1">
<!-- <namentliche-anforderung-tooltip></namentliche-anforderung-tooltip> -->
<v-icon
v-tooltip="
'Bei Anforderung einer bestimmten NWK für die Stelle, hier den vollständigen Namen eintragen.'
"
color="blue"
class="mt-3"
size="large"
v-bind="props"
>
mdi-information
</v-icon>
</v-col>
The replaced code snippet in AusbildungsPraktikumsstelleUpdateDialog.vue
The text was updated successfully, but these errors were encountered:
It could make the code less complex
with component:
Example of NamentlicheAnforderungTooltip.vue
with directive:
The replaced code snippet in AusbildungsPraktikumsstelleUpdateDialog.vue
The text was updated successfully, but these errors were encountered: