Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Apr 17, 2024
2 parents ba5178f + 1102c82 commit d551ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/event-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ Vue 為一些常用的按鍵提供了別名:

### `.exact` 修飾符 {#exact-modifier}

`.exact` 修飾符允許控制觸發一個事件所需的確定組合的系統按鍵修飾符
`.exact` 修飾符允許精確控制觸發事件所需要的系統修飾符的組合

```vue-html
<!-- 當按下 Ctrl 時,即使同時按下 Alt 或 Shift 也會觸發 -->
Expand Down

0 comments on commit d551ca9

Please sign in to comment.