|
@@ -1,5 +1,6 @@
|
1
|
1
|
// The Vue build version to load with the `import` command
|
2
|
2
|
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
|
|
3
|
+/* eslint-disable */
|
3
|
4
|
import Vue from 'vue'
|
4
|
5
|
import App from './App'
|
5
|
6
|
import router from './router'
|
|
@@ -7,6 +8,7 @@ import store from './store'
|
7
|
8
|
import ToolClass from './util/PublicMethod'
|
8
|
9
|
import VueScroller from 'vue-scroller'
|
9
|
10
|
import { Dialog, Toast } from 'vant'
|
|
11
|
+import VConsole from 'vconsole'
|
10
|
12
|
|
11
|
13
|
// import 'babel-polyfill'
|
12
|
14
|
import Es6Promise from 'es6-promise'
|
|
@@ -16,6 +18,8 @@ import fundebugVue from 'fundebug-vue'
|
16
|
18
|
fundebug.apikey = '91ab367d913dae6ed41e672b50a93ece3cc57a3caa86df3adb80cf0b20345ea5'
|
17
|
19
|
fundebugVue(fundebug, Vue)
|
18
|
20
|
|
|
21
|
+new VConsole()
|
|
22
|
+
|
19
|
23
|
require('es6-promise').polyfill()
|
20
|
24
|
Es6Promise.polyfill()
|
21
|
25
|
|