1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

amélioration du filtre des monstres par indice de dangerosité + crédits + corrections diverses

This commit is contained in:
Maxime Moraine 2020-05-18 17:03:41 +02:00
parent 414f02087c
commit 830b468ae2
15 changed files with 125 additions and 53 deletions

View file

@ -46,7 +46,7 @@ export default {
mounted () {
this.tooltipObject = this.tooltips[this.t]
console.log(this.tooltipObject)
// console.log(this.tooltipObject)
}
}
</script>