You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/03-template-syntax/13-use.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: use:
3
3
---
4
4
5
5
> [!NOTE]
6
-
> In Svelte 5.29 and newer, consider using [attachments](attach) instead, as they are more flexible and composable.
6
+
> In Svelte 5.29 and newer, consider using [attachments](@attach) instead, as they are more flexible and composable.
7
7
8
8
Actions are functions that are called when an element is mounted. They are added with the `use:` directive, and will typically use an `$effect` so that they can reset any state when the element is unmounted:
0 commit comments