diff --git a/nuxt4/app/components/cata/SelectorIntensidad.vue b/nuxt4/app/components/cata/SelectorIntensidad.vue index 6c50e06..06accf7 100644 --- a/nuxt4/app/components/cata/SelectorIntensidad.vue +++ b/nuxt4/app/components/cata/SelectorIntensidad.vue @@ -14,7 +14,6 @@ 'icono-afectiva': tipo === 'afectiva', }" :disabled="disabled" - :title="`Valor: ${valor}`" @click="handleClick(valor)" @mouseenter="valorHover = valor" @mouseleave="valorHover = null" @@ -40,15 +39,6 @@ - -
{{ tipoDescription }}