Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
b337b6c0
Commit
b337b6c0
authored
Nov 29, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove default-passive-events
parent
27f687d6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
package-lock.json
package-lock.json
+0
-5
package.json
package.json
+0
-1
main.ts
src/main.ts
+0
-1
No files found.
package-lock.json
View file @
b337b6c0
...
...
@@ -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"
,
...
...
package.json
View file @
b337b6c0
...
...
@@ -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"
,
...
...
src/main.ts
View file @
b337b6c0
...
...
@@ -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"
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment