Skip to content

Commit f82a513

Browse files
committed
chore: config cleared
1 parent ba0e225 commit f82a513

File tree

4 files changed

+8
-17
lines changed

4 files changed

+8
-17
lines changed

babel.config.js

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
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+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"tooltip.js": "^1.3.1",
6565
"vue": "^2.6.6",
6666
"vue-clickaway": "^2.2.2",
67-
"vue-functional-data-merge": "^2.0.7",
67+
"vue-functional-data-merge": "^2.0.7"
6868
},
6969
"devDependencies": {
7070
"@babel/plugin-transform-runtime": "^7.1.0",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as Components from './components'
22
import * as Directives from './directives'
33

44
const CoreuiVue = {
5-
install(Vue) {
5+
install (Vue) {
66
for (let plugin in Components) {
77
Vue.component(plugin, Components[plugin])
88
}

vue.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ module.exports = {
44
hints: false
55
}
66
}
7-
// ,transpileDependencies: [
8-
// 'vue-perfect-scrollbar'
9-
// ]
107
}

0 commit comments

Comments
 (0)