diff --git a/.gitignore b/.gitignore
index 185e6631..e8502005 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
.DS_Store
node_modules
/dist
+yarn.lock
# local env files
.env.local
diff --git a/src/views/page/PageList.vue b/src/views/page/PageList.vue
index e14aa8f7..0ac614cd 100644
--- a/src/views/page/PageList.vue
+++ b/src/views/page/PageList.vue
@@ -52,4 +52,3 @@ export default {}
padding-bottom: 0;
}
-
diff --git a/src/views/post/TagList.vue b/src/views/post/TagList.vue
index 6d1a8665..9bf5fa32 100644
--- a/src/views/post/TagList.vue
+++ b/src/views/post/TagList.vue
@@ -34,7 +34,7 @@
{{ tag.postCount }} 篇文章
- {{ tag.name }}
+ {{ tag.name }}
@@ -44,6 +44,7 @@