Skip to content

Commit

Permalink
docs: fix caseStyle link (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
Desen Meng authored and dead-horse committed Jun 12, 2017
1 parent 9b50725 commit 1d72e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/zh-cn/advanced/loader.md
Expand Up @@ -191,7 +191,7 @@ plugin1 为 framework1 依赖的插件,配置合并后 object key 的顺序会
- `app/service/user-info.js` => `app.service.userInfo`
- `app/service/userInfo.js` => `app.service.userInfo`

Loader 还提供了 [caseStyle](#caseStyle-boolean) 强制指定首字母大小写,比如加载 model 时 API 首字母大写,`app/model/user.js` => `app.model.User`,就可以指定 `caseStyle: 'upper'`
Loader 还提供了 [caseStyle](#caseStyle-string) 强制指定首字母大小写,比如加载 model 时 API 首字母大写,`app/model/user.js` => `app.model.User`,就可以指定 `caseStyle: 'upper'`

## 扩展 Loader

Expand Down

0 comments on commit 1d72e37

Please sign in to comment.