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 d463705115a0e82bb3f246a16cf06ca3f3fbc085..0dfb03c4930dc927bf7e2305ebcfc7503936d1d4 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 {