From f867b53e64dd0e929ad022b6cf742c87c33b5770 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 19 Feb 2019 12:02:20 +0100 Subject: [PATCH] Small cleanup --- pages/post/_slug/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/pages/post/_slug/index.vue b/pages/post/_slug/index.vue index 330d2e38b..cec33b0c0 100644 --- a/pages/post/_slug/index.vue +++ b/pages/post/_slug/index.vue @@ -157,9 +157,6 @@ export default { watch: { Post(post) { this.post = post[0] || {} - // if (!this.post.title) { - // throw new Error('404') - // } this.title = this.post.title } },