Browse Source

去除错误代码

feature/feature-compatible
nesxy 7 years ago
parent
commit
f102f61b2a
2 changed files with 2 additions and 5 deletions
  1. 4
      package.json
  2. 3
      src/main.js

4
package.json

@ -24,10 +24,9 @@
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"babel-core": "^5.8.38",
"babel-core": "^6.26.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
@ -77,3 +76,4 @@
"not ie <= 8"
]
}

3
src/main.js

@ -23,9 +23,6 @@ import "@/assets/styles/swiper.css";
//import wx from 'weixin-js-sdk'
//import axios from 'axios'
import "@/models/wxShare.js";
import 'babel-polyfill';
import promise from 'es6-promise';
promise.polyfill();
Vue.config.productionTip = false;
Vue.use(WechatPlugin);

Loading…
Cancel
Save