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: content/tutorial/01-svelte/05-events/06-dom-event-forwarding/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: DOM event forwarding
2
+
title: DOM 이벤트 전달(forwarding)
3
3
---
4
4
5
-
Event forwarding works for DOM events too.
5
+
이벤트 전달은 DOM 이벤트에도 작동합니다.
6
6
7
-
We want to get notified of clicks on our `<BigRedButton>` — to do that, we just need to forward `click` events on the `<button>`element in `BigRedButton.svelte`:
7
+
`<BigRedButton>`에서 클릭에 대한 알림을 받고 싶다면, `BigRedButton.svelte`의 `<button>`요소에서 `click` 이벤트를 전달하면 됩니다.
0 commit comments