Skip to content

Commit aa93ed0

Browse files
author
zhongzhenlong
committed
add mock,未完待续
1 parent ca074ee commit aa93ed0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "image-front-project",
2+
"name": "vue-admin-demo",
33
"version": "1.0.0",
4-
"description": "A Vue.js project",
4+
"description": "vue admin demo project",
55
"author": "Lanux",
66
"private": true,
77
"scripts": {
@@ -17,7 +17,6 @@
1717
"babel-polyfill": "^6.26.0",
1818
"echarts": "^3.5.1",
1919
"element-ui": "^1.4.8",
20-
"eventsource-polyfill": "^0.9.6",
2120
"font-awesome": "^4.7.0",
2221
"vue": "^2.4.2",
2322
"vue-core-image-upload": "^2.3.9",

src/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import 'babel-polyfill'
2-
// import 'eventsource-polyfill'
32
import Vue from "vue";
43
import frame from "./frame.vue";
54
import router from "./router";

0 commit comments

Comments
 (0)