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 a3433fa commit 11b2c53Copy full SHA for 11b2c53
src/guide/installation.md
@@ -73,7 +73,7 @@ resolve: {
73
有些环境,如 Google Chrome Apps ,强制应用内容安全策略 (CSP) ,不能使用 new Function() 对表达式求值。这时可以用 CSP 兼容版本。独立的构建取决于该功能编译模板,所以无法使用这些环境。
74
75
76
-另一方面,运行时构建的是完成兼容 CSP 的。当通过 [Webpack + vue-loader](https://github.com/vuejs-templates/webpack-simple) 或者 [Browserify + vueify](https://github.com/vuejs-templates/browserify-simple) 构建时,在 CSP 环境中模板将被完美预编译到 `render` 函数中。
+另一方面,运行时构建的是完全兼容 CSP 的。当通过 [Webpack + vue-loader](https://github.com/vuejs-templates/webpack-simple) 或者 [Browserify + vueify](https://github.com/vuejs-templates/browserify-simple) 构建时,在 CSP 环境中模板将被完美预编译到 `render` 函数中。
77
78
## 命令行工具
79
0 commit comments