From 49cd6e590f41c0723dda825de7652165f02cdde0 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Tue, 16 Jun 2020 13:18:24 +0200 Subject: [PATCH] Remove trailing comma --- client/src/pages/hello.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/hello.vue b/client/src/pages/hello.vue index 61902b31..ce909e3f 100644 --- a/client/src/pages/hello.vue +++ b/client/src/pages/hello.vue @@ -84,7 +84,7 @@ export default { this.submitted = false; this.$validator.reset(); } - }, + } };