Small cleanup

This commit is contained in:
Grzegorz Leoniec 2019-02-19 12:02:20 +01:00
parent 34a863424b
commit f867b53e64
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -157,9 +157,6 @@ export default {
watch: { watch: {
Post(post) { Post(post) {
this.post = post[0] || {} this.post = post[0] || {}
// if (!this.post.title) {
// throw new Error('404')
// }
this.title = this.post.title this.title = this.post.title
} }
}, },