瀏覽代碼

Переход на quasar

Book Pauk 5 年之前
父節點
當前提交
3c09f6ca55
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/Reader/RecentBooksPage/RecentBooksPage.vue

+ 1 - 1
client/components/Reader/RecentBooksPage/RecentBooksPage.vue

@@ -2,7 +2,7 @@
     <Window width="600px" ref="window" @close="close">
     <Window width="600px" ref="window" @close="close">
         <template slot="header">
         <template slot="header">
             <span v-show="!loading">Последние {{tableData ? tableData.length : 0}} открытых книг</span>
             <span v-show="!loading">Последние {{tableData ? tableData.length : 0}} открытых книг</span>
-            <span v-show="loading"><i class="el-icon-loading" style="font-size: 25px"></i> <span style="position: relative; top: -4px">Список загружается</span></span>
+            <span v-if="loading"><i class="el-icon-loading" style="font-size: 25px"></i> <span style="position: relative; top: -4px">Список загружается</span></span>
         </template>
         </template>
 
 
         <a ref="download" style='display: none;'></a>
         <a ref="download" style='display: none;'></a>