diff --git a/src/migrator/config.ts b/src/migrator/config.ts index 054a561..0f9da65 100644 --- a/src/migrator/config.ts +++ b/src/migrator/config.ts @@ -16,6 +16,7 @@ export const vueSpecialMethods = [ 'activated', 'deactivated', 'serverPrefetch', + 'beforeDestroy', 'destroyed', ]; // Vue methods that won't be included under methods: {...}, they go to the root.