wip pdf
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user