From bf9d8b9f69d4b8582731489261e193c4e2939bd9 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] 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 6e565e5f60..5ff342bece 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