From dc47e7a69d54d89edd73daedd1a76dc1c5ba76bb Mon Sep 17 00:00:00 2001 From: SuzukiKatsuma <71871253+SuzukiKatsuma@users.noreply.github.com> Date: Sat, 19 Feb 2022 16:16:14 +0900 Subject: Vue tutorials の一部翻訳 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 日本語に翻訳されたページがなかったため、注のみ翻訳 --- .../tools_and_testing/client-side_javascript_frameworks/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files') 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
Note: Vue tutorials last tested in May 2020, with Vue 2.6.11.
+注: この Vue チュートリアルは Vue 2.6.11 で、2020年5月に動作確認を行いました。
-If you need to check your code against our version, you can find a finished version of the sample Vue app code in our todo-vue repository. For a running live version, see https://mdn.github.io/todo-vue/dist/.
+もし、あなたのコードとサンプルのバージョンとを確認する必要があれば、 todo-vue repository で最新版を見ることができます。実行中のライブバージョンについては https://mdn.github.io/todo-vue/dist/ から確認ができます。