From 61a922c2dac9cf80f2375fb6101cb66f2b5266bb Mon Sep 17 00:00:00 2001 From: aster-mnch Date: Sun, 1 Sep 2024 23:28:26 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Unify=20the=20wording=20of=20=E2=80=9C?= =?UTF-8?q?Challenge=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/1.vue/2.reactivity/index.md | 2 +- content/1.vue/3.reactivity-2/index.md | 2 +- content/1.vue/4.composition-api/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/1.vue/2.reactivity/index.md b/content/1.vue/2.reactivity/index.md index 681e8d5..11463ee 100644 --- a/content/1.vue/2.reactivity/index.md +++ b/content/1.vue/2.reactivity/index.md @@ -18,7 +18,7 @@ Vue はデータの変更を監視して、変更された時に更新を自動 **注意**: `