diff --git a/babel.config.js b/babel.config.js index ba17966..d9ced92 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,6 @@ module.exports = { - presets: [ - '@vue/app' - ] + presets: [ [ + "@vue/app", + { useBuiltIns: "entry" }, + ]], }