1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-07-07 00:56:31 +02:00

Tidy JS code

This commit is contained in:
Ralph Slooten
2022-10-16 11:51:20 +13:00
parent 4ebbdab7c0
commit 0a13cf8304
4 changed files with 10 additions and 6 deletions

View File

@ -12,7 +12,7 @@ FakeModal.prototype.show = function () { alert('open fake modal') }
const commonMixins = {
data() {
return {
loading: 0,
loading: 0
}
},
@ -211,4 +211,4 @@ const commonMixins = {
}
export default commonMixins
export default commonMixins;