From 8f5bbddc8b586f706b0ccde88d9519528a1d886b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E9=9B=A8?= Date: Mon, 28 Aug 2023 06:52:40 +0000 Subject: [PATCH] fixed cc6a65d from https://gitee.com/yamila89/docs/pulls/23226 update zh-cn/application-dev/ui/arkts-routing.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 田雨 --- zh-cn/application-dev/ui/arkts-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/ui/arkts-routing.md b/zh-cn/application-dev/ui/arkts-routing.md index 7decc43dfb..122934119c 100644 --- a/zh-cn/application-dev/ui/arkts-routing.md +++ b/zh-cn/application-dev/ui/arkts-routing.md @@ -352,7 +352,7 @@ struct MyComponent { ```ts // entry/src/main/ets/pages/Index.ets import router from '@ohos.router'; -import 'library/src/main/ets/pages/Index.ets' // 引入共享包library中的命名路由页面 +import 'library/src/main/ets/pages/Index' // 引入共享包library中的命名路由页面 @Entry @Component -- GitLab