From d9d1a771d0a4c429e2788e99e0ed949f56f2e006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Wed, 27 Apr 2022 09:40:42 +0000 Subject: [PATCH] update en/application-dev/quick-start/start-with-js-low-code.md. Signed-off-by: @ge-yafang --- en/application-dev/quick-start/start-with-js-low-code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/quick-start/start-with-js-low-code.md b/en/application-dev/quick-start/start-with-js-low-code.md index 5806ac151c..760db88367 100644 --- a/en/application-dev/quick-start/start-with-js-low-code.md +++ b/en/application-dev/quick-start/start-with-js-low-code.md @@ -105,7 +105,7 @@ You can implement page redirection through the [page router](../ui/ui-js-buildin In the files of the first page, bind the **onclick** method to the button so that clicking the button redirects the user to the second page. This operation needs to be completed in both .js and .visual files. - In the **index.js** file: - ``` + ```js import router from '@ohos.router'; export default { @@ -128,7 +128,7 @@ You can implement page redirection through the [page router](../ui/ui-js-buildin - In the **second.js** file: - ``` + ```js import router from '@ohos.router'; export default { -- GitLab