Skip to content

Commit

Permalink
fix: missing vue special method
Browse files Browse the repository at this point in the history
  • Loading branch information
barnett617 authored Aug 28, 2024
1 parent 2cb7245 commit 3d10454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/migrator/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3d10454

Please sign in to comment.