Skip to content

Commit 80b7b40

Browse files
hmillisonktsn
authored andcommitted
[feat] Add serverPrefetch method from Vue 2.6 (#312)
1 parent 3bde069 commit 80b7b40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export const $internalHooks = [
1717
'activated',
1818
'deactivated',
1919
'render',
20-
'errorCaptured' // 2.5
20+
'errorCaptured', // 2.5
21+
'serverPrefetch' // 2.6
2122
]
2223

2324
export function componentFactory (

0 commit comments

Comments
 (0)