Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
58bf119e
authored
2022-11-18 09:14:33 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:packjson
1 parent
53484481
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
package.json
src/main.js
package.json
View file @
58bf119
...
...
@@ -11,7 +11,6 @@
"@antv/g2"
:
"^4.2.8"
,
"@babel/polyfill"
:
"^7.12.1"
,
"axios"
:
"^0.21.1"
,
"babel-polyfill"
:
"^6.26.0"
,
"bpmn-js"
:
"^7.4.0"
,
"bpmn-js-properties-panel"
:
"^0.37.2"
,
"bpmn-js-token-simulation"
:
"^0.10.0"
,
...
...
@@ -78,4 +77,4 @@
"type"
:
"git"
,
"url"
:
"git+https://github.com/PanJiaChen/vue-element-admin.git"
}
}
}
\ No newline at end of file
...
...
src/main.js
View file @
58bf119
import
'babel-polyfill'
import
Vue
from
'vue'
import
App
from
'./App'
import
'normalize.css/normalize.css'
// a modern alternative to CSS resets
...
...
Please
register
or
sign in
to post a comment