refactor: minor refactors

This commit is contained in:
woothu
2019-09-16 12:38:00 +02:00
parent 3b4d9d0786
commit 6969728859
6 changed files with 17 additions and 54 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
presets: [
[ "@vue/app", { useBuiltIns: "entry" } ]
[ "@vue/app" ]
]
}