From 62be841c4a960cb29ea828ea22a9f5399b1db0d1 Mon Sep 17 00:00:00 2001 From: oohira Date: Sat, 7 Nov 2020 22:13:26 +0900 Subject: [PATCH] [Doc]: fix: should pin major version in CDN links #2240 * cherry-pick & translate vuejs/vuejs.org@c6121dd --- src/v2/guide/comparison.md | 4 ++-- src/v2/guide/index.md | 8 ++++---- src/v2/guide/installation.md | 8 ++++---- src/v2/guide/typescript.md | 14 +++++++------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/v2/guide/comparison.md b/src/v2/guide/comparison.md index d0ab52e66..ce99993e9 100644 --- a/src/v2/guide/comparison.md +++ b/src/v2/guide/comparison.md @@ -1,6 +1,6 @@ --- title: 他のフレームワークとの比較 -updated: 2020-01-07 +updated: 2020-11-07 type: guide order: 801 --- @@ -108,7 +108,7 @@ React はその急な学習曲線で有名です。あなたが本当に始め React と同じように Vue は規模を大きくできますし、一方で、jQuery のように規模を小さくすることもできます。そうです - 使い始めるにあたって、あなたはページの中に 1 つの script タグを放り込むだけで良いのです: ``` html - + ``` これであなたは Vue のコードを書き始めることができますし、後ろめたい思いをしたり性能問題について心配したりすることなく、ミニファイ(minify)版をプロダクション環境へ設置することもできます。 diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md index f5430f49c..78c4fbb24 100644 --- a/src/v2/guide/index.md +++ b/src/v2/guide/index.md @@ -1,6 +1,6 @@ --- title: はじめに -updated: 2020-03-20 +updated: 2020-11-07 type: guide order: 2 --- @@ -25,14 +25,14 @@ Vue.js を試すには、[Hello World example](https://codesandbox.io/s/github/v ``` html - + ``` or: ``` html - + ``` Vue の他のインストール方法について、[インストール](../guide/installation.html) ページで紹介しています。注意点として、初心者が `vue-cli` で始めることは推奨**しません**(特に、Node.js ベースのツールについてまだ詳しくない場合)。 @@ -322,7 +322,7 @@ Vue.component('todo-item', { ``` html
    -