Skip to content

Commit 1eddda3

Browse files
authored
release: @fastify/[email protected] (#256)
1 parent dd7fef2 commit 1eddda3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/fastify-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index.js",
44
"name": "@fastify/vue",
55
"description": "The official @fastify/vite renderer for Vue",
6-
"version": "1.1.0",
6+
"version": "1.1.1",
77
"files": [
88
"plugin/index.js",
99
"plugin/parsers.js",

packages/fastify-vue/rendering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async function * createShellStream (templates, context, body) {
136136
for await (const chunk of body) {
137137
yield await transformHtmlTemplate(
138138
context.useHead,
139-
chunk
139+
chunk.toString()
140140
)
141141
}
142142
yield await transformHtmlTemplate(

0 commit comments

Comments
 (0)