Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 7e7b378

Browse files
committed
refactor: Fix textlint error
The following textlint errors have been fixed. ``` vuejs-jp/no-mix-dearu-desumasu: 本文: "である"調 と "ですます"調 が混在 => "ですます"調 の文体に、次の "である"調 の箇所があります: "である[" Total: である : 1 ですます: 13 learn.nuxt.com/content/1.vue/1.index.md:7:43 v 6. 7. Nuxt は、ユーザーインターフェイスを構築するためのプログレッシブなフレームワークである[Vue 3](https://vuejs.org/)を使用しています。このセクションでは、Vue の基本について説明します。 8. ^ ```
1 parent 439a62e commit 7e7b378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/1.vue/1.index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ogImage: true
44

55
# Vueの基本
66

7-
Nuxt は、ユーザーインターフェイスを構築するためのプログレッシブなフレームワークである[Vue 3](https://vuejs.org/)を使用しています。このセクションでは、Vue の基本について説明します。
7+
Nuxt は、[Vue 3](https://vuejs.org/)というユーザーインターフェイスを構築するためのプログレッシブなフレームワークを使用しています。このセクションでは、Vue の基本について説明します。
88

99
エディタに表示されているのは、[Vueシングルファイルコンポーネント](https://vuejs.org/guide/scaling-up/sfc.html)(SFC)です。
1010

0 commit comments

Comments
 (0)