Skip to content

Commit 8ddeae0

Browse files
committed
refactor: IE polyfills
1 parent c75a6f8 commit 8ddeae0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
// The Vue build version to load with the `import` command
22
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
3+
import 'core-js/es6/promise'
4+
import 'core-js/es6/string'
5+
import 'core-js/es7/array'
6+
// import cssVars from 'css-vars-ponyfill'
37
import Vue from 'vue'
48
import BootstrapVue from 'bootstrap-vue'
59
import App from './App'
610
import router from './router'
711

12+
// todo
13+
// cssVars()
14+
815
Vue.use(BootstrapVue)
916

1017
/* eslint-disable no-new */

0 commit comments

Comments
 (0)