• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • pipeToNodeWritable()

    将输入渲染为 Node.js 可读流。

    导出自vue/server-renderer

    类型

    function pipeToNodeWritable(
      input: App | VNode,
      context: SSRContext = {},
      writable: Writable
    ): void
    


    例子

    // inside a Node.js http handler
    pipeToNodeWritable(app, {}, res)