Skip to content

Commit 830b3b2

Browse files
committed
fix: handle ssr render function injection
1 parent 7b6558b commit 830b3b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/vue.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,14 @@ export interface VueStatic {
6060
/** @internal */
6161
__vccOpts: ComponentOptions
6262

63-
// --- Vue Loader injections
63+
// --- Vue Loader etc injections
6464

6565
/** @internal */
6666
render?: () => VNode | void
6767

68+
/** @internal */
69+
ssrRender?: () => void
70+
6871
/** @internal */
6972
__file?: string
7073

@@ -250,6 +253,7 @@ class VueImpl {
250253
// from Vue Loader
251254
const injections = [
252255
'render',
256+
'ssrRender',
253257
'__file',
254258
'__cssModules',
255259
'__scopeId',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy