xianniu-ui 0.3.19 → 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.19",
3
+ "version": "0.3.20",
4
4
  "private": false,
5
5
  "main": "lib/xianniu-ui.umd.min.js",
6
6
  "scripts": {
@@ -140,6 +140,7 @@
140
140
  :pageNum.sync="page.pageNum"
141
141
  :pageSize.sync="page.pageSize"
142
142
  @pagination="getList"
143
+ v-bind="$attrs"
143
144
  layout="total, prev, pager, next, jumper"
144
145
  ></xn-page>
145
146
  </template>
@@ -198,7 +199,6 @@ export default {
198
199
  },
199
200
  computed: {},
200
201
  created() {
201
- console.log(this.$slots);
202
202
  !this.$slots.default &&
203
203
  this.columns.length &&
204
204
  this.columns.forEach((item) => {