Arreglado error en FilaCaracteristica.vue

This commit is contained in:
Alejandro Tasistro 2024-12-23 18:54:49 -03:00
parent 5feb2ff22f
commit 7b36aa0b0c
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ export default {
caracteristica: Object caracteristica: Object
}, },
data() { data() {
return {
gdc: undefined gdc: undefined
}
}, },
watch: { watch: {
'$root.gdc' : { '$root.gdc' : {