fix: pages cannot be quickly moved back by hand gestures (#4845)

This commit is contained in:
Vben
2024-11-09 16:32:55 +08:00
committed by GitHub
parent 4005023fd4
commit 26bec4222f
5 changed files with 19 additions and 8 deletions

View File

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

View File

@@ -1,3 +1,5 @@
import 'default-passive-events';
export * from './authentication';
export * from './basic';
export * from './iframe';