Skip to content

Commit

Permalink
v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangximufeng committed Sep 11, 2018
1 parent 786ddac commit 17d383f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Pagation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{{ num }}
</span>
</span>
<span v-if="totalIndex +1 != total.length" @click="totalIndex += 1" class="pagation-num"> ... </span>
<span v-if="totalIndex +1 != total.length && total.length>=1" @click="totalIndex += 1" class="pagation-num"> ... </span>

</template>
<span class="pagation-action pagation-next"
Expand Down
2 changes: 1 addition & 1 deletion components/Tags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:highlight="true"
:slug="tag"
:key="tag"
:style="{borderLeft:$tags[tag].length/5 +'px solid #'+Math.random().toString(16).slice(2,8)}">
>
#{{tag}} {{$tags[tag].length}}
</Tag>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-mufeng",
"version": "2.4.1",
"version": "2.4.2",
"description": "vuepress-theme",
"repository": "https://github.com/zhangximufeng/vuepress-theme-mufeng",
"homepage": "https://github.com/zhangximufeng/vuepress-theme-mufeng/blob/master/README.md",
Expand Down

0 comments on commit 17d383f

Please sign in to comment.