mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-04 07:27:41 +08:00
chore: remove console code
This commit is contained in:
parent
461caffb27
commit
9ef5b24257
@ -97,7 +97,6 @@ const immediateDebounce: any = debounce(
|
||||
);
|
||||
|
||||
useEventListener(document, "keydown", ({ code }) => {
|
||||
console.log(code);
|
||||
if (
|
||||
["Enter", "NumpadEnter"].includes(code) &&
|
||||
!disabled.value &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user