chore(server-renderer): readme [ci skip]
This commit is contained in:
@@ -50,7 +50,10 @@ Renders input as a [Node.js Readable stream](https://nodejs.org/api/stream.html#
|
|||||||
**Signature**
|
**Signature**
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
function renderToNodeStream(input: App | VNode, context?: SSRContext): Readable
|
function renderToNodeStream(
|
||||||
|
input: App | VNode,
|
||||||
|
context?: SSRContext
|
||||||
|
): Readable
|
||||||
```
|
```
|
||||||
|
|
||||||
**Usage**
|
**Usage**
|
||||||
|
|||||||
Reference in New Issue
Block a user