@jx3box/jx3box-editor 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -81,7 +81,12 @@
81
81
  </el-tab-pane>
82
82
  </el-tabs>
83
83
 
84
- <template v-if="multipage && type !== 'combo'"> </template>
84
+ <template v-if="multipage && type !== 'combo'">
85
+ <!-- 下一页 -->
86
+ <el-button class="m-archive-more" :class="{ show: hasNextPage }" type="primary" icon="el-icon-arrow-down" @click="appendPage">加载更多</el-button>
87
+ <!-- 分页 -->
88
+ <el-pagination class="m-archive-pages" background layout="total, prev, pager, next,jumper" :hide-on-single-page="true" :page-size="per" :total="total" :current-page.sync="page" @current-change="changePage"></el-pagination>
89
+ </template>
85
90
 
86
91
  <div class="m-database-tip" v-show="isBlank && type !== 'combo'">❤ 请输入搜索条件查询</div>
87
92
  </div>