Actualizar print/templates/email/zone-included/zone-included.js
gitea/salix/pipeline/pr-test There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-04-03 05:50:04 +00:00
parent 1f8afc074d
commit 3449e27150
1 changed files with 5 additions and 0 deletions

View File

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