Commit b337b6c0 authored by chenqikuai's avatar chenqikuai

remove default-passive-events

parent 27f687d6
......@@ -5412,11 +5412,6 @@
}
}
},
"default-passive-events": {
"version": "2.0.0",
"resolved": "https://registry.npm.taobao.org/default-passive-events/download/default-passive-events-2.0.0.tgz",
"integrity": "sha1-ebGqZ77LqrOLcYRptUgP75Ltpkk="
},
"default-user-agent": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/default-user-agent/-/default-user-agent-1.0.0.tgz",
......
......@@ -21,7 +21,6 @@
"clipboard": "^2.0.8",
"core-js": "^3.6.5",
"dayjs": "^1.10.7",
"default-passive-events": "^2.0.0",
"dexie": "^3.0.3",
"enc-utils": "^3.0.0",
"js-base64": "^3.7.2",
......
......@@ -31,7 +31,6 @@ import "@quasar/extras/ionicons-v4/ionicons-v4.css";
import "@quasar/extras/eva-icons/eva-icons.css";
import longPress from "@/plugins/longPress";
import { format } from "@/utils/time";
import "default-passive-events";
import { APPVERSION } from "./config/app";
(function () {
if (process.env.VUE_APP_MODE === "DEV") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment