We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75a6f8 commit 8ddeae0Copy full SHA for 8ddeae0
src/main.js
@@ -1,10 +1,17 @@
1
// The Vue build version to load with the `import` command
2
// (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'
7
import Vue from 'vue'
8
import BootstrapVue from 'bootstrap-vue'
9
import App from './App'
10
import router from './router'
11
12
+// todo
13
+// cssVars()
14
+
15
Vue.use(BootstrapVue)
16
17
/* eslint-disable no-new */
0 commit comments