- dear god lazy loading why but it works good night
This commit is contained in:
@@ -93,7 +93,7 @@ export default {
|
||||
this.$emit('editSpell', spell)
|
||||
},
|
||||
deleteSpell(spell) {
|
||||
Spells.deleteSpell(this.spell.id)
|
||||
Spells.deleteOne(this.spell.id)
|
||||
.then(() => {
|
||||
this.$emit('deleteSpell', spell)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user