正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -33,7 +33,7 @@ npm install -s igloo | @@ -33,7 +33,7 @@ npm install -s igloo | ||
| 33 | 33 | ||
| 34 | You will need to first `require('igloo')`, define a "config" component, and then use `electrolyte`'s `IoC.loader` method to load `igloo`'s components ([listed below][#components]). | 34 | You will need to first `require('igloo')`, define a "config" component, and then use `electrolyte`'s `IoC.loader` method to load `igloo`'s components ([listed below][#components]). |
| 35 | 35 | ||
| 36 | -> **Note that `igloo` requires you to have defined a "config" component (since `igloo`'s "setting" component requires it as a dependency). For example, [Eskimo][eskimo] defines a "config" component here.** | 36 | +> **Note that `igloo` requires you to have defined a "config" component (since `igloo`'s "setting" component requires it as a dependency). For example, [Eskimo][eskimo] defines a "config" component [here][eskimo-default-config].** |
| 37 | 37 | ||
| 38 | ```js | 38 | ```js |
| 39 | // boot/config.js | 39 | // boot/config.js |
请
注册
或
登录
后发表评论