Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed May 6, 2024
1 parent d3b310c commit 5ba4805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/built-in-components.md
Expand Up @@ -334,6 +334,6 @@ h(Transition, {

如果在渲染时遇到异步依赖项 ([异步组件](/guide/components/async)和具有 [`async setup()`](/guide/built-ins/suspense#async-setup) 的组件),它将等到所有异步依赖项解析完成时再显示默认插槽。

通过将 Suspense设 置为 `suspensible`所有的异步依赖将由父级Suspense 处理。请参阅[实现细节](https://github.com/vuejs/core/pull/6736)
通过将 Suspense 设置为 `suspensible`所有的异步依赖将由父级 Suspense 处理。请参阅[实现细节](https://github.com/vuejs/core/pull/6736)

- **参考**[指南 - Suspense](/guide/built-ins/suspense)

0 comments on commit 5ba4805

Please sign in to comment.