Skip to content

Commit

Permalink
优化IE兼容性
Browse files Browse the repository at this point in the history
  • Loading branch information
ifzc committed May 29, 2018
1 parent 74064a8 commit 465e571
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
// ES6 兼容组件
import 'babel-polyfill';
import promise from 'es6-promise';
promise.polyfill();

import Vue from 'vue'
import App from './App'
import router from './router/router'
import ElementUI from 'element-ui'
import locale from 'element-ui/lib/locale/lang/zh-CN'
import VideoPlayer from 'vue-video-player'
import http from './router/http'

import './../static/js/jquery-1.8.3.min'
import './../static/js/main'
import "video.js/dist/video-js.css"
import "vue-video-player/src/custom-theme.css"
import '../node_modules/element-ui/lib/theme-chalk/index.css'
import 'animate.css'

// ES6 兼容组件
import 'babel-polyfill';
import promise from 'es6-promise';
promise.polyfill();

// 服务器地址
Vue.prototype.serverpath = 'http://120.79.76.250/api/'

Expand Down

0 comments on commit 465e571

Please sign in to comment.