Skip to content

Commit 1f6888f

Browse files
committed
small doc edit
1 parent 083fae1 commit 1f6888f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/pipeline/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `data(transition) [-> Promise]`
22

3-
Called on an incoming component during the activation phase, after the `activate` hook has been resolved. Load and set data on the current component.
3+
Called on an incoming component during the activation phase, after the `activate` hook has been resolved. **It is also called when the route has changed and the current component is reused**. Use this hook to load and set data on the current component.
44

55
### Arguments
66

0 commit comments

Comments
 (0)