fix: unable to preventDefault inside passive event listener invocation (#4852)

This commit is contained in:
Vben
2024-11-10 10:26:35 +08:00
committed by GitHub
parent ba36ce8836
commit 90dc00b168
4 changed files with 0 additions and 15 deletions

View File

@@ -37,7 +37,6 @@
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"default-passive-events": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
}

View File

@@ -29,8 +29,6 @@ import {
} from './menu';
import { LayoutTabbar } from './tabbar';
import 'default-passive-events';
defineOptions({ name: 'BasicLayout' });
const emit = defineEmits<{ clearPreferencesAndLogout: [] }>();