Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuh12 committed Feb 24, 2020
1 parent b52e8ed commit 0b2cbd5
Show file tree
Hide file tree
Showing 10 changed files with 3,611 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.0.1 (2020-02-24)


### Features

* table 组件集成分页 ([b52e8ed](https://github.com/bhuh12/el-table-ext/commit/b52e8edeae86e0fc2ed0476ccb43939490123760))



6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Element Table 组件增强
## Install 安装

### Install npm

```shell
// yarn
yarn add el-table-ext
Expand All @@ -85,7 +86,7 @@ Vue.use(ElTableExt, { ElTable })
```


## Use 使用说明
# Use 使用说明

参考 [Demo](./src/App.vue)

Expand Down Expand Up @@ -140,3 +141,6 @@ Table 支持 Element Table / Pagination 组件的所有事件
|---- |---- |---- |
| load | 加载表格数据 ||
| jumpPage | 分页跳转 | page = 1 |


## [Changelog 更新日志](CHANGELOG.md)
Loading

0 comments on commit 0b2cbd5

Please sign in to comment.