From bf579e2667e369bb4fb8e784fae6626e74e222a8 Mon Sep 17 00:00:00 2001 From: yuantao Date: Wed, 29 Oct 2025 13:50:36 +0800 Subject: [PATCH] =?UTF-8?q?iflow=E6=8F=8F=E8=BF=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=B0=83=E4=BC=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IFLOW.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IFLOW.md b/IFLOW.md index aa32971..0290239 100644 --- a/IFLOW.md +++ b/IFLOW.md @@ -121,6 +121,7 @@ npm install ## 组件 * 项目集成了 `uView-Plus` 和 `z-paging` 两个组件库。 +* 所有 `uni_modules` 目录中的组件无需导入直接可以进行使用。 * `uView-Plus` 组件已通过 `easycom` 自动导入,可以直接使用,如:``、``。 * 全局组件放在 `components/` 目录下。 * 页面独立组件放在页面根目录下的 `components/`。