58bf119e by 任超

style:packjson

1 parent 53484481
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
11 "@antv/g2": "^4.2.8", 11 "@antv/g2": "^4.2.8",
12 "@babel/polyfill": "^7.12.1", 12 "@babel/polyfill": "^7.12.1",
13 "axios": "^0.21.1", 13 "axios": "^0.21.1",
14 "babel-polyfill": "^6.26.0",
15 "bpmn-js": "^7.4.0", 14 "bpmn-js": "^7.4.0",
16 "bpmn-js-properties-panel": "^0.37.2", 15 "bpmn-js-properties-panel": "^0.37.2",
17 "bpmn-js-token-simulation": "^0.10.0", 16 "bpmn-js-token-simulation": "^0.10.0",
......
1
2 import 'babel-polyfill'
3 import Vue from 'vue' 1 import Vue from 'vue'
4 import App from './App' 2 import App from './App'
5 import 'normalize.css/normalize.css' // a modern alternative to CSS resets 3 import 'normalize.css/normalize.css' // a modern alternative to CSS resets
......