Added illustration & mezssage when a page doe not contain any mod / projects (#133)

* Added new messages with illustration displaying that this page does not contain any elements
Fixed 404 error after deleting mod

* Fixed typo
This commit is contained in:
Redblueflame
2021-03-30 17:41:20 +02:00
committed by GitHub
parent 1e0d118930
commit e58963410e
8 changed files with 521 additions and 149 deletions

View File

@@ -406,6 +406,7 @@ export default {
`https://api.modrinth.com/api/v1/mod/${this.mod.id}`,
this.$auth.headers
)
await this.$router.push('/dashboard/projects')
},
},
}