refactor: IE polyfills

This commit is contained in:
xidedix
2018-05-25 17:54:31 +02:00
parent 1bbae5bf3e
commit 0e1582650e
+7
View File
@@ -1,10 +1,17 @@
// The Vue build version to load with the `import` command // The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias. // (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import 'core-js/es6/promise'
import 'core-js/es6/string'
import 'core-js/es7/array'
// import cssVars from 'css-vars-ponyfill'
import Vue from 'vue' import Vue from 'vue'
import BootstrapVue from 'bootstrap-vue' import BootstrapVue from 'bootstrap-vue'
import App from './App' import App from './App'
import router from './router' import router from './router'
// todo
// cssVars()
Vue.use(BootstrapVue) Vue.use(BootstrapVue)
/* eslint-disable no-new */ /* eslint-disable no-new */