From d359527b044aad41f16e3450a1db85f778bf4c65 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Sun, 29 Apr 2018 23:51:39 +0800 Subject: [PATCH 1/2] [docs] removed an unnecessary sentence --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index 541cffd7e..4aaa857f0 100644 --- a/docs/options.md +++ b/docs/options.md @@ -43,7 +43,7 @@ sidebar: auto Configure ES2015+ to ES5 transpiling options for the generated render function code. The [transpiler](https://github.com/vuejs/vue-template-es2015-compiler) is a fork of [Buble](https://github.com/Rich-Harris/buble), so consult the available options [here](https://buble.surge.sh/guide/#using-the-javascript-api). - The template render functions compilation supports a special transform `stripWith` (enabled by default), which removes the `with` usage in generated render functions to make them strict-mode compliant. This is enabled by default. + The template render functions compilation supports a special transform `stripWith` (enabled by default), which removes the `with` usage in generated render functions to make them strict-mode compliant. ## optimizeSSR From 40484c39ce1cdadde9b7ee7541008e22c187307d Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Tue, 1 May 2018 23:46:11 +0800 Subject: [PATCH 2/2] [docs] typos --- docs/guide/README.md | 8 ++++---- docs/guide/asset-url.md | 9 +++++++++ docs/guide/css-modules.md | 6 +++--- docs/guide/extract-css.md | 8 ++++---- docs/guide/pre-processors.md | 14 +++++++------- docs/migrating.md | 22 +++++++++++----------- 6 files changed, 38 insertions(+), 29 deletions(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index bce34be4f..5b1e7ff30 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -48,14 +48,14 @@ module.exports = { test: /\.vue$/, loader: 'vue-loader' }, - // this will apply to both plain .js files - // AND