File tree Expand file tree Collapse file tree 4 files changed +8
-17
lines changed Expand file tree Collapse file tree 4 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- presets : [
3
- [ '@vue/app' , {
4
- "modules" : false ,
5
- polyfills : [
6
- 'es6.promise' , // already default included now
7
- 'es6.array.iterator' , // already default included now
8
- 'es6.symbol' ,
9
- 'es6.object.assign'
10
- ]
11
- } ]
12
- ]
13
- }
2
+ presets : [
3
+ [ "@vue/app" , {
4
+ "modules" : false ,
5
+ } ]
6
+ ]
7
+ }
Original file line number Diff line number Diff line change 64
64
"tooltip.js" : " ^1.3.1" ,
65
65
"vue" : " ^2.6.6" ,
66
66
"vue-clickaway" : " ^2.2.2" ,
67
- "vue-functional-data-merge" : " ^2.0.7" ,
67
+ "vue-functional-data-merge" : " ^2.0.7"
68
68
},
69
69
"devDependencies" : {
70
70
"@babel/plugin-transform-runtime" : " ^7.1.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as Components from './components'
2
2
import * as Directives from './directives'
3
3
4
4
const CoreuiVue = {
5
- install ( Vue ) {
5
+ install ( Vue ) {
6
6
for ( let plugin in Components ) {
7
7
Vue . component ( plugin , Components [ plugin ] )
8
8
}
Original file line number Diff line number Diff line change @@ -4,7 +4,4 @@ module.exports = {
4
4
hints : false
5
5
}
6
6
}
7
- // ,transpileDependencies: [
8
- // 'vue-perfect-scrollbar'
9
- // ]
10
7
}
You can’t perform that action at this time.
0 commit comments