el-table-prepend 1.0.0

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/README.md ADDED
@@ -0,0 +1,12 @@
1
+ #### el-table-prepend
2
+ el-table header appends a slot to add button for editable table.
3
+
4
+ ##### Setup
5
+ ```
6
+ npm install el-table-prepend
7
+ ```
8
+
9
+ ##### Usage
10
+ ```js
11
+ import ElTablePrepend from 'el-table-prepend'
12
+ ```