wkjp-list-page 1.0.30 → 1.0.31

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": "wkjp-list-page",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "Vue2 + ElementUI CommonListPage component",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
@@ -122,6 +122,8 @@
122
122
  </div>
123
123
  </el-form>
124
124
 
125
+ <slot name="table-top"></slot>
126
+
125
127
  <el-table
126
128
  ref="listTable"
127
129
  :data="innerTableData"