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 4470c55 commit c722cb7Copy full SHA for c722cb7
zh/README.md
@@ -3,7 +3,8 @@
3
> **注意:** 本指南需要最低为如下版本的 Vue,以及以下 library 支持:
4
> - vue & vue-server-renderer 2.3.0+
5
> - vue-router 2.5.0+
6
-> - vue-loader 12.0.0+ & vue-style-loader 3.0.0+如果先前已经使用过 Vue 2.2 的服务器端渲染(SSR),您应该注意到,推荐的代码结构现在[略有不同](./structure.md)(使用新的 [runInNewContext](./api.md#runinnewcontext) 选项,并设置为 `false`)。现有的应用程序可以继续运行,但建议您迁移到新的推荐规范。
+> - vue-loader 12.0.0+ & vue-style-loader 3.0.0+
7
+如果先前已经使用过 Vue 2.2 的服务器端渲染(SSR),您应该注意到,推荐的代码结构现在[略有不同](./structure.md)(使用新的 [runInNewContext](./api.md#runinnewcontext) 选项,并设置为 `false`)。现有的应用程序可以继续运行,但建议您迁移到新的推荐规范。
8
9
## 什么是服务器端渲染(SSR)?
10
0 commit comments