BORN TO DIE

WORLD IS A FUCK
Kill Em All 1989
I am trash man
410,757,864,530 DEAD COPS
This commit is contained in:
BlackMageMathos
2020-06-05 09:20:35 +02:00
parent d2dfe0fad9
commit 7b4e452a58
4 changed files with 7 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ export default {
this.loading = true
const displaySpells = await this.fetchSpells();
this.loading = false
this.spells = displaySpells
this.spells = displaySpells.slice(0,10)
}
}
}