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

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

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