/ Cleanup of error layout, readme

This commit is contained in:
Alexis
2021-03-29 16:44:24 +02:00
parent b9fe9ca514
commit b91bc080dd
4 changed files with 3 additions and 22 deletions

View File

@@ -61,17 +61,6 @@ export default {
} catch (err) {
error(err)
}
},
mounted () {
fetchCelestial(this.$route.params.slug)
.then((res) => {
this.celestial = res
return this.celestial
})
.catch(() => {
console.log('test')
})
}
}
</script>