diff --git a/zh-cn/application-dev/reference/apis/js-apis-componentUtils.md b/zh-cn/application-dev/reference/apis/js-apis-arkui-componentUtils.md similarity index 98% rename from zh-cn/application-dev/reference/apis/js-apis-componentUtils.md rename to zh-cn/application-dev/reference/apis/js-apis-arkui-componentUtils.md index 2487571099713a649765f6f9b1b7792376147290..e31caef2c7580ac94b5e457451d17b74ee4b0119 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-componentUtils.md +++ b/zh-cn/application-dev/reference/apis/js-apis-arkui-componentUtils.md @@ -1,4 +1,4 @@ -# @ohos.componentUtils (componentUtils) +# @ohos.arkui.componentUtils (componentUtils) 提供获取组件绘制区域坐标和大小的能力。 @@ -13,7 +13,7 @@ ## 导入模块 ```js -import componentUtils from '@ohos.componentUtils' +import componentUtils from '@ohos.arkui.componentUtils' ``` ## componentUtils.getRectangleById @@ -142,7 +142,7 @@ let modePosition = componentUtils.getRectangleById("onClick"); ```js import matrix4 from '@ohos.matrix4'; -import componentUtils from '@ohos.componentUtils'; +import componentUtils from '@ohos.arkui.componentUtils'; @Entry @Component