From 6ba294a2312ea749b0b5517db6fdf6cb867df6b9 Mon Sep 17 00:00:00 2001 From: Henry Millison Date: Fri, 8 Feb 2019 13:43:26 -0500 Subject: [PATCH] [feat] Add serverPrefetch method from Vue 2.6 --- src/component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/component.ts b/src/component.ts index 147ad6f..ded5b29 100644 --- a/src/component.ts +++ b/src/component.ts @@ -17,7 +17,8 @@ export const $internalHooks = [ 'activated', 'deactivated', 'render', - 'errorCaptured' // 2.5 + 'errorCaptured', // 2.5 + 'serverPrefetch' // 2.6 ] export function componentFactory (