xianniu-ui 0.3.18 → 0.3.20

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": "xianniu-ui",
3
- "version": "0.3.18",
3
+ "version": "0.3.20",
4
4
  "private": false,
5
5
  "main": "lib/xianniu-ui.umd.min.js",
6
6
  "scripts": {
@@ -129,6 +129,9 @@
129
129
  ></column>
130
130
  </template>
131
131
  </slot>
132
+ <template #append v-if="$slots.append">
133
+ <slot name="append"></slot>
134
+ </template>
132
135
  </el-table>
133
136
 
134
137
  <template v-if="!$utils.isEmpty(page)">
@@ -137,6 +140,7 @@
137
140
  :pageNum.sync="page.pageNum"
138
141
  :pageSize.sync="page.pageSize"
139
142
  @pagination="getList"
143
+ v-bind="$attrs"
140
144
  layout="total, prev, pager, next, jumper"
141
145
  ></xn-page>
142
146
  </template>