Commit 10f622acb9b55d9c0f3ff6dcbe1114530a6d62af
1 parent
50637863
update issue desc
update issue desc
Showing
2 changed files
with
29 additions
and
2 deletions
Show diff stats
1 | +<!-- | |
2 | +issue 仅用于提交 bug 或 feature 及 文档错误,其余疑问恕不作答。提问前请先阅读 https://github.com/iview/iview/issues/79 和相关文档后,考虑是否开启issue。 | |
3 | + --> | |
4 | +<!-- | |
5 | +我们十分感谢有价值的 issue 贡献者,所以请填写以下内容。如果提问不符要求、在文档中已有解答、已有相同 issue,我们将直接 close,感谢理解。 | |
6 | + --> | |
7 | + | |
8 | +### iView 版本号 | |
9 | +<!-- 0.9.10 --> | |
10 | + | |
11 | +### 操作系统/浏览器 版本号 | |
12 | +<!-- macOS/Chrome 54 --> | |
13 | + | |
14 | +### Vue 版本号 | |
15 | +<!-- 1.0.26 --> | |
16 | + | |
17 | +### 能够复现问题的在线示例 | |
18 | +<!-- 使用下面的在线链接快速创建示例 --> | |
19 | +<!-- https://codepen.io/anon/pen/NbEbja --> | |
20 | + | |
21 | +### 复现步骤 | |
22 | + | |
23 | +### 问题现象,以及你期望的结果是怎样的? | |
24 | + | |
25 | +### 你估计可能的原因是什么(选填)? | ... | ... |
README.md
... | ... | @@ -18,10 +18,12 @@ |
18 | 18 | |
19 | 19 | ## Features |
20 | 20 | |
21 | -- Using .vue file development mode | |
22 | -- Based on npm + webpack + babel, support ES2015 | |
23 | 21 | - High quality and rich functions |
24 | 22 | - Friendly APIs,free and flexible |
23 | +- Great Documentation | |
24 | +- It is quite beautiful | |
25 | +- Using .vue file development mode | |
26 | +- Based on npm + webpack + babel, using ES2015 | |
25 | 27 | |
26 | 28 | ## Programming |
27 | 29 | ... | ... |