5858_fix_zone-incldued_HTML #2245

Merged
jsegarra merged 6 commits from 5858_fix_zone-incldued_HTML into master 2024-04-04 10:49:47 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 3449e27150 - Show all commits

View File

@ -8,5 +8,10 @@ module.exports = {
}, },
props: { props: {
zoneCollisions: {type: Array, required: true} zoneCollisions: {type: Array, required: true}
},
computed: {
zones() {
return JSON.parse(this.zoneCollisions);
}
} }
}; };