Skip to content

Commit 4ea5d02

Browse files
author
huangshuwei
committed
new version
1 parent 34e995c commit 4ea5d02

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/src/comp/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default {
157157
switchVersionOptions: [
158158
{
159159
value: "http://doc.huangsw.com/vue-easytable/",
160-
label: "2.0.0-beta.1"
160+
label: "2.0.0"
161161
},
162162
{
163163
value:
@@ -166,7 +166,7 @@ export default {
166166
}
167167
],
168168
showVersionDropdown: false,
169-
currentDocVersion: "2.0.0-beta.1"
169+
currentDocVersion: "2.0.0"
170170
};
171171
},
172172
computed: {

examples/src/docs/en/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## vue-easytable
22

3-
Based on vue2.x flexible table components.
3+
Based on vue2.x flexible table components. [![npm](https://img.shields.io/npm/v/vue-easytable.svg)](https://www.npmjs.com/package/vue-easytable)
44
### Features
55

66
- Easy to use

examples/src/docs/zh/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## vue-easytable
1+
## vue-easytable
22

3-
一个基于 Vue2.x 的表格组件
3+
一个基于 Vue2.x 的表格组件[![npm](https://img.shields.io/npm/v/vue-easytable.svg)](https://www.npmjs.com/package/vue-easytable)
44
### 特点
55

66
- 使用简单

0 commit comments

Comments
 (0)