Skip to content

Commit 3d10454

Browse files
fix: missing vue special method
1 parent 2cb7245 commit 3d10454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/migrator/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const vueSpecialMethods = [
1616
'activated',
1717
'deactivated',
1818
'serverPrefetch',
19+
'beforeDestroy',
1920
'destroyed',
2021
]; // Vue methods that won't be included under methods: {...}, they go to the root.
2122

0 commit comments

Comments
 (0)