From d272f0b417234ad3b629bce72d28d4cd5b2f0ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Mon, 31 Oct 2022 04:11:34 +0000 Subject: [PATCH] fixed bf9d8b9 from https://gitee.com/ge-yafang/docs/pulls/11171 update zh-cn/application-dev/quick-start/start-with-js-fa.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/quick-start/start-with-js-fa.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/application-dev/quick-start/start-with-js-fa.md b/zh-cn/application-dev/quick-start/start-with-js-fa.md index dc8db2abc5..15b52dac71 100644 --- a/zh-cn/application-dev/quick-start/start-with-js-fa.md +++ b/zh-cn/application-dev/quick-start/start-with-js-fa.md @@ -183,6 +183,7 @@ ```js // index.js + // 导入页面路由模块 import router from '@ohos.router'; export default { @@ -200,6 +201,7 @@ ```js // second.js + // 导入页面路由模块 import router from '@ohos.router'; export default { -- GitLab