Run prettier on all relevant files

This commit is contained in:
Claudio Ortolina
2026-05-05 10:45:25 +01:00
parent 0b1f839091
commit 5888324cc7
17 changed files with 447 additions and 404 deletions
+2 -2
View File
@@ -4,5 +4,5 @@ export default {
},
updated() {
this.el.innerText = parseInt(this.el.innerText).toLocaleString();
}
}
},
};