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

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