diff --git a/IFLOW.md b/IFLOW.md index 7344dd1..8aaca33 100644 --- a/IFLOW.md +++ b/IFLOW.md @@ -90,4 +90,5 @@ npm install ## 页面 * 页面配置在 `pages.json` 中管理。 -* 主包页面放在 `pages/` 目录下,分包页面放在 `subPages/` 目录下。 \ No newline at end of file +* 主包页面放在 `pages/` 目录下,分包页面放在 `subPages/` 目录下。 +* 页面的生命周期按需进行导入,如(`import { onLoad } from '@dcloudio/uni-app'`)。 \ No newline at end of file