File tree Expand file tree Collapse file tree 4 files changed +1548
-11
lines changed Expand file tree Collapse file tree 4 files changed +1548
-11
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ presets : [
3
+ '@vue/cli-plugin-babel/preset'
4
+ ]
5
+ }
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"bootstrap" : " 4.3.1" ,
12
+ "core-js" : " 3.4.2" ,
12
13
"material-design-icons" : " 3.0.1" ,
13
14
"vue" : " 2.6.10" ,
14
15
"vue-class-component" : " 6.3.2" ,
15
- "vue-property-decorator" : " 7.3.0"
16
+ "vue-property-decorator" : " 7.3.0" ,
17
+ "whatwg-fetch" : " 3.0.0"
16
18
},
17
19
"devDependencies" : {
20
+ "@vue/cli-plugin-babel" : " 4.0.5" ,
18
21
"@vue/cli-plugin-typescript" : " 3.5.1" ,
19
22
"@vue/cli-service" : " 3.5.1" ,
20
23
"tslint-config-standard" : " 8.0.1" ,
Original file line number Diff line number Diff line change
1
+ import 'whatwg-fetch'
2
+
1
3
import Vue from 'vue'
2
4
import App from './App.vue'
3
5
You can’t perform that action at this time.
0 commit comments