Skip to content

Commit 9f4b0bf

Browse files
GeekQiaQiaafontcu
authored andcommitted
update-async-suspense
1 parent 8a15082 commit 9f4b0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/advanced/async-suspense.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You might know Vue updates reactively; when you change a value, the DOM is autom
66

77
## A Simple Example - Updating with `trigger`
88

9-
Let's re-use the `<Counter>` component from [event handling]./event-handling) with one change; we now render the `count` in the `template`.
9+
Let's re-use the `<Counter>` component from [event handling](../essentials/event-handling) with one change; we now render the `count` in the `template`.
1010

1111
```js
1212
const Counter = {
@@ -103,7 +103,7 @@ test('uses a mocked axios HTTP client and flush-promises', async () => {
103103
})
104104
```
105105

106-
> If you haven't tested Components with API requests before, you can learn more in [HTTP Requests]./http-requests).
106+
> If you haven't tested Components with API requests before, you can learn more in [HTTP Requests](./http-requests).
107107
108108
## Conclusion
109109

0 commit comments

Comments
 (0)