Skip to content

Commit

Permalink
解决 issue Tencent#177 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitas.D authored Jun 9, 2018
1 parent 76a86ed commit 228d7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var vConsole = new VConsole(option);
vConsole.setOption('maxLogNumber', 5000);
// 或者:
vConsole.setOption({maxLogNumber: 5000});

```

### 打印日志

Expand Down Expand Up @@ -135,4 +135,4 @@ xhr.send();
```


[前往:文档索引](./a_doc_index_CN.md)
[前往:文档索引](./a_doc_index_CN.md)

0 comments on commit 228d7df

Please sign in to comment.