diff --git a/babel.config.js b/babel.config.js
index ba17966..e955840 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,5 +1,5 @@
module.exports = {
presets: [
- '@vue/app'
+ '@vue/cli-plugin-babel/preset'
]
}
diff --git a/example/App.vue b/example/App.vue
index 11e086b..4bd5b34 100644
--- a/example/App.vue
+++ b/example/App.vue
@@ -4,15 +4,8 @@
-