js编码规范完善

This commit is contained in:
ahua52 2016-10-14 15:42:38 +08:00
parent 62d5c86aa4
commit 62508a82a3
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ componentWillUpdate,componentDidUpdate,componentWillUnmount)
- 尽量多而有用的代码注释,方法用块级注释,结构如下例。
- 有必要需要些组件的销毁方法,比如 定时器,需要用销毁方法销毁定时器
- ...others 没有必要 勿用
- 自身定义的props属性应避免与react的关键字相同