Skip to content

Commit eb4f05e

Browse files
committed
Fix markdown syntax in tip section in events.html page
1 parent 0268c55 commit eb4f05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ methods: {
197197
<div v-on:click.self="doThat">...</div>
198198
```
199199

200-
<p class="tip">관련 코드가 동일한 순서로 생성되므로 수식어를 사용할 때 순서를 지정하세요. 다시말해 `v-on:click.prevent.self`를 사용하면 **모든 클릭**을 막을 수 있으며 `v-on:click.self.prevent`는 엘리먼트 자체에 대한 클릭만 방지합니다.</p>
200+
<p class="tip">관련 코드가 동일한 순서로 생성되므로 수식어를 사용할 때 순서를 지정하세요. 다시말해 <code>v-on:click.prevent.self</code>를 사용하면 <strong>모든 클릭</strong>을 막을 수 있으며 <code>v-on:click.self.prevent</code>는 엘리먼트 자체에 대한 클릭만 방지합니다.</p>
201201

202202
> 2.1.4에 새로 추가됨
203203

0 commit comments

Comments
 (0)