You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -263,7 +263,7 @@ server.get('*', function (request, response) {
263
263
})
264
264
```
265
265
266
-
这不必先前的版本复杂多少,甚至这对你来说是个新概念。我们做了:
266
+
这不比之前的版本复杂,甚至这对你来说都不是个新概念。我们做了:
267
267
1. 建立流
268
268
2. 在应用响应前写入HTML
269
269
3. 在可获得时将应用HTML写入响应
@@ -280,8 +280,6 @@ Vue的服务端渲染默认非常快,但是你可以通过缓存渲染好的
280
280
281
281
在警告情况之外的,我们可以用下面的方法缓存组件。
282
282
283
-
First, you'll need to provide your renderer with a [cache object](https://www.npmjs.com/package/vue-server-renderer#cache). Here's a simple example using [lru-cache](https://github.com/isaacs/node-lru-cache):
0 commit comments