Skip to content

Commit d4b0068

Browse files
author
黄书伟
committed
intro
1 parent b0cca0a commit d4b0068

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/doc/strart.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11

2-
## 介绍
3-
基于 vue2 的 组件。[API文档](http://doc.huangsw.com/vue-easytable/app.html)
2+
### 介绍
3+
基于 vue2 的 组件。[github仓库地址](https://github.com/huangshuwei/vue-easytable)
44

55

6-
## 主要功能
6+
### 主要功能
77
1. 自适应,可以随着浏览器窗口改变自动适应
88
2. 固定列,表头固定
99
3. 列宽拖动(默认支持)
1010
4. 排序,支持单个、多个字段排序
1111
5. 自定义列、自定义单元格样式、loading效果等
1212
6. 自带分页组件
1313

14-
## 安装
14+
### 安装
1515

16-
```
16+
```javascript
1717
npm install vue-easytable --save-dev
1818
```
1919

20-
## 使用[更多功能](http://doc.huangsw.com/vue-easytable/app.html)
20+
### 使用
2121

2222

23-
```
23+
```javascript
2424
import 'vue-easytable/packages/themes-base/index.css'
2525
import {VTable,VPagination} from 'vue-easytable'
2626

0 commit comments

Comments
 (0)