未验证 提交 39c0585b 编写于 作者: O openharmony_ci 提交者: Gitee

!11171 master:router导入位置添加注释提示

Merge pull request !11171 from 葛亚芳/master
...@@ -190,6 +190,7 @@ ...@@ -190,6 +190,7 @@
```ts ```ts
// index.ets // index.ets
// 导入页面路由模块
import router from '@ohos.router'; import router from '@ohos.router';
@Entry @Entry
...@@ -234,6 +235,7 @@ ...@@ -234,6 +235,7 @@
```ts ```ts
// second.ets // second.ets
// 导入页面路由模块
import router from '@ohos.router'; import router from '@ohos.router';
@Entry @Entry
......
...@@ -189,6 +189,7 @@ ...@@ -189,6 +189,7 @@
```ts ```ts
// index.ets // index.ets
// 导入页面路由模块
import router from '@ohos.router'; import router from '@ohos.router';
@Entry @Entry
...@@ -233,6 +234,7 @@ ...@@ -233,6 +234,7 @@
```ts ```ts
// second.ets // second.ets
// 导入页面路由模块
import router from '@ohos.router'; import router from '@ohos.router';
@Entry @Entry
......
...@@ -183,6 +183,7 @@ ...@@ -183,6 +183,7 @@
```js ```js
// index.js // index.js
// 导入页面路由模块
import router from '@ohos.router'; import router from '@ohos.router';
export default { export default {
...@@ -200,6 +201,7 @@ ...@@ -200,6 +201,7 @@
```js ```js
// second.js // second.js
// 导入页面路由模块
import router from '@ohos.router'; import router from '@ohos.router';
export default { export default {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册