diff --git a/zova-docs/guide/essentials/ioc/store-bean.md b/zova-docs/guide/essentials/ioc/store-bean.md index e64355106..20f13915e 100644 --- a/zova-docs/guide/essentials/ioc/store-bean.md +++ b/zova-docs/guide/essentials/ioc/store-bean.md @@ -107,4 +107,6 @@ export class ControllerPageCounter { ::: info Based on the support of the compiler, Store Bean will automatically switch to asynchronous loading mode. Specifically, the system will asynchronously load the module `demo-basic`, then obtain class `StoreUserInfo`, and then look up or create an instance which will be injected into the page component + +See: [Bean Identifier](./bean-identifier.md) ::: diff --git a/zova-docs/zh/guide/essentials/ioc/store-bean.md b/zova-docs/zh/guide/essentials/ioc/store-bean.md index 68107b6cb..5d45e712c 100644 --- a/zova-docs/zh/guide/essentials/ioc/store-bean.md +++ b/zova-docs/zh/guide/essentials/ioc/store-bean.md @@ -107,4 +107,6 @@ export class ControllerPageCounter { ::: info 基于编译器的加持,Store Bean 会自动转为异步加载模式,具体而言就是:系统会异步加载模块`demo-basic`,然后取得 class `StoreUserInfo`,完成实例的查找、创建与注入 + +参见:[Bean标识](./bean-identifier.md) :::