Skip to content

Commit

Permalink
refactor: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqs committed Mar 6, 2018
1 parent 7d7a8ff commit 2db82e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@ A simple table component based Vue 2.x.
npm:

```
npm i --save v2-table
npm i --save v2-table beautify-scrollbar
```
yarn:

```
yarn add v2-table
yarn add v2-table beautify-scrollbar
```
## 快速开始

```
import Vue from 'vue';
import 'beautify-scrollbar/dist/index.css';
import 'v2-table/dist/index.css';
import V2Table from 'v2-table';
Expand Down

0 comments on commit 2db82e1

Please sign in to comment.