diff options
-rw-r--r-- | files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html index 71668e0a3f..b073c09d43 100644 --- a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html +++ b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html @@ -93,12 +93,12 @@ translation_of: Learn/Tools_and_testing/Client-side_JavaScript_frameworks <dd>Our final Ember article provides you with a list of resources that you can use to go further in your learning, plus some useful troubleshooting and other information.</dd> </dl> -<h2 id="Vue_tutorials">Vue tutorials</h2> +<h2 id="Vue_tutorials">Vue チュートリアル</h2> <div class="blockIndicator note"> -<p><strong>Note</strong>: Vue tutorials last tested in May 2020, with Vue 2.6.11.</p> +<p><strong>注</strong>: この Vue チュートリアルは Vue 2.6.11 で、2020年5月に動作確認を行いました。</p> -<p>If you need to check your code against our version, you can find a finished version of the sample Vue app code in our <a href="https://github.com/mdn/todo-vue">todo-vue repository</a>. For a running live version, see <a href="https://mdn.github.io/todo-vue/dist/">https://mdn.github.io/todo-vue/dist/</a>.</p> +<p>もし、あなたのコードとサンプルのバージョンとを確認する必要があれば、 <a href="https://github.com/mdn/todo-vue">todo-vue repository</a> で最新版を見ることができます。実行中のライブバージョンについては <a href="https://mdn.github.io/todo-vue/dist/">https://mdn.github.io/todo-vue/dist/</a> から確認ができます。</p> </div> <dl> |