Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366a8b4 commit 4234ab2Copy full SHA for 4234ab2
‎src/server/create-renderer.js
@@ -110,8 +110,9 @@ export function createRenderer ({
110
})
111
if (!template) {
112
if (context && context.rendered) {
113
+ const rendered = context.rendered
114
renderStream.once('beforeEnd', () => {
- context.rendered(context)
115
+ rendered(context)
116
117
}
118
return renderStream
@@ -122,8 +123,9 @@ export function createRenderer ({
122
123
124
renderStream.pipe(templateStream)
125
126
127
128
129
130
131
return templateStream
0 commit comments