Skip to content

Commit 690f925

Browse files
committed
chore: typo
1 parent 22146cd commit 690f925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questions/232-key-modifiers/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
``vue
77
<!-- 只有在 `key` 是 `Enter` 时调用 `vm.submit()` -->
88
<input @keyup.enter="submit" />
9-
````````
9+
```
1010
1111
在这个挑战中,我们将尝试它,让我们开始吧:
1212

0 commit comments

Comments
 (0)