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
},
data() {
gdc: undefined
return {
gdc: undefined
}
},
watch: {
'$root.gdc' : {