some chenges: json texts, some styles issues and functionalities

This commit is contained in:
María
2025-10-31 11:17:48 +01:00
parent ba4e01e10c
commit b90516bfc5
18 changed files with 341 additions and 292 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="space-y-2">
<label for="select" class="block text-sm text-gray-900">{{ label }} <span>{{ required ? '*' : '' }}</span></label>
<label for="select" class="block text-sm text-gray-900">{{ label }} </label>
<select
id="select"
v-model="selectedOption"