This commit is contained in:
María
2025-10-23 14:59:38 +02:00
committed by María
parent 04fcc47a0d
commit ba4e01e10c
9 changed files with 106 additions and 2225 deletions

View File

@@ -37,6 +37,7 @@
<component
:is="resolveComponent(input.type)"
:id="data.id"
:key="data.id + '-' + input.label[langcode] + '-' + idx"
v-bind="input"
:required="input.required || false"
@@ -124,6 +125,14 @@ export default {
},
},
watch: {
values(newVal) {
//console.log("Valores actuales en SliceQuestion →", newVal)
// comprobar si es válido
//console.log("isValid desde watch →", this.isValid)
}
},
methods: {
resolveComponent(type) {
switch (type) {