We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22146cd commit 690f925Copy full SHA for 690f925
questions/232-key-modifiers/README.zh-CN.md
@@ -6,7 +6,7 @@
6
``vue
7
<!-- 只有在 `key` 是 `Enter` 时调用 `vm.submit()` -->
8
<input @keyup.enter="submit" />
9
-````````
+```
10
11
在这个挑战中,我们将尝试它,让我们开始吧:
12
0 commit comments