#5858 FIX render HTML #2237

Merged
jsegarra merged 6 commits from 5858_fix_zone-incldued_HTML into test 2024-04-04 07:50:22 +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: {
zoneCollisions: {type: Array, required: true}
},
computed: {
zones() {
return JSON.parse(this.zoneCollisions);
}
}
};