mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
docs: remove mourn
This commit is contained in:
@@ -51,7 +51,7 @@ export default {
|
||||
},
|
||||
|
||||
watch: {
|
||||
// eslint-disable-next-line
|
||||
// eslint-disable-next-line object-shorthand
|
||||
'$route.path'() {
|
||||
this.setNav();
|
||||
},
|
||||
@@ -88,7 +88,7 @@ export default {
|
||||
},
|
||||
|
||||
keyboardHandler() {
|
||||
window.addEventListener('keyup', event => {
|
||||
window.addEventListener('keyup', (event) => {
|
||||
switch (event.keyCode) {
|
||||
case 37: // left
|
||||
this.keyboardNav('prev');
|
||||
|
Reference in New Issue
Block a user