Skip to content

Commit

Permalink
v2.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikiu committed Aug 18, 2020
1 parent 3ed5c1c commit 625795b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-base-blog",
"version": "2.0.34",
"version": "2.0.35",
"description": "Minimal Vue3 + Markdown blog engine",
"author": "JQ (https://github.com/yeikiu)",
"keywords": [
Expand Down
4 changes: 1 addition & 3 deletions src/components/Loader.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<template>
<div class="my-5 text-center">
<div class="my-5 spinner-border" role="status">
<span class="sr-only">Loading...</span>
</div>
<div class="my-5 spinner-border" role="status" />
</div>
</template>

0 comments on commit 625795b

Please sign in to comment.