Skip to content

Commit

Permalink
update to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lison committed Oct 24, 2017
1 parent 69edee8 commit 5263a3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![vue](https://img.shields.io/badge/vue-2.5.2-brightgreen.svg?style=flat-square)](https://github.com/vuejs/vue)
[![element-ui](https://img.shields.io/badge/iview-2.5.0-brightgreen.svg?style=flat-square)](https://github.com/iview/iview)

## 当前版本:v1.1.2
## 当前版本:v1.1.3
[更新日志](https://github.com/iview/iview-admin/releases)

[使用教程](https://github.com/iview/iview-admin/wiki)
Expand Down Expand Up @@ -50,6 +50,7 @@ npm run dev
- 可编辑表格
- 行内编辑
- 单元格编辑
- 可搜索表格
- 表格导出数据
- 导出为Csv文件
- 导出为Xls文件
Expand Down Expand Up @@ -91,6 +92,7 @@ npm run dev
       │   ├── article-publish    文章发布
       │   └── work-flow    工作流
       ├── home    首页
       ├── international   多语言切换
       ├── main_components    主框架
       ├── message    消息中心
       ├── my_components    组件
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iview-admin",
"version": "1.1.2",
"version": "1.1.3",
"description": "a management bases on iview",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5263a3a

Please sign in to comment.