提交 e8b1b4e1 编写于 作者: A Aaron Yong 提交者: Guillaume Chau

fix: Add missing return statement to ctrl+Digit4 key event (#820)

Fixes vuejs#815
上级 200bb6d9
......@@ -200,6 +200,7 @@ export default {
} else {
this.$router.push({ name: 'routes' })
}
return false
} else if (code === 'Digit5') {
this.$router.push({ name: 'perf' })
return false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册