We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef35851 commit 07b3481Copy full SHA for 07b3481
docs/zh/guide/advanced/lazy-loading.md
@@ -16,7 +16,7 @@ const router = createRouter({
16
})
17
```
18
19
-`component` (和 `components`) 配置接收一个返回 Promise 组件的函数,Vue Router **只会在第一次进入页面时才会获取这个函数**,然后使用缓存数据。这意味着你也可以使有更复杂的函数,只要它们返回一个 Promise :
+`component` (和 `components`) 配置接收一个返回 Promise 组件的函数,Vue Router **只会在第一次进入页面时才会获取这个函数**,然后使用缓存数据。这意味着你也可以使用更复杂的函数,只要它们返回一个 Promise :
20
21
```js
22
const UserDetails = () =>
0 commit comments