From 15acd3c748f803fc590d1f5586f38bcd0e1d6863 Mon Sep 17 00:00:00 2001 From: Nick Holloway Date: Thu, 3 Oct 2019 20:53:36 +0100 Subject: [PATCH] Fix lint errors --- src/components/Comment.vue | 2 +- src/components/VPagination.vue | 2 +- src/views/ArticleEdit.vue | 7 +++---- src/views/Login.vue | 2 +- src/views/Profile.vue | 4 ++-- src/views/Settings.vue | 2 +- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/components/Comment.vue b/src/components/Comment.vue index 6657483a..281ebf8b 100755 --- a/src/components/Comment.vue +++ b/src/components/Comment.vue @@ -15,7 +15,7 @@ {{ comment.createdAt | date }} - + diff --git a/src/components/VPagination.vue b/src/components/VPagination.vue index bf2f20fd..9c429b21 100644 --- a/src/components/VPagination.vue +++ b/src/components/VPagination.vue @@ -6,7 +6,7 @@ :data-test="`page-link-${page}`" :key="page" :class="paginationClass(page)" - @click.prevent="changePage(page);" + @click.prevent="changePage(page)" > diff --git a/src/views/ArticleEdit.vue b/src/views/ArticleEdit.vue index 9e9a96dc..dbffac35 100755 --- a/src/views/ArticleEdit.vue +++ b/src/views/ArticleEdit.vue @@ -4,7 +4,7 @@
-
+
- - + {{ tag }}
diff --git a/src/views/Login.vue b/src/views/Login.vue index be71b828..a46de182 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -12,7 +12,7 @@
  • {{ k }} {{ v | error }}
- +
 Unfollow {{ profile.username }} @@ -27,7 +27,7 @@