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

Commit 1cfb903

Browse files
committed
fix(composition-api): Remove instructions for file operations from tutorial
1 parent ef9bd27 commit 1cfb903

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Challenge

content/1.vue/4.composition-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Nuxt では、`composables/` ディレクトリに Composables なロジック
1515
それでは、これらの特徴を踏まえて以下のステップでロジックを Composables として切り出し、再利用してみましょう。
1616

1717
1. 既存の vue ファイル(`app.vue`)の確認してください。
18-
2. カウンターロジックを Composable として切り出してください。具体的には `composables/` フォルダを作成し、その中に `useCounter.ts` というファイルを作成してください
18+
2. カウンターロジックを `composables/useCounter.ts` に切り出してください
1919
3. `app.vue` に 2 で切り出したロジックを適用してください。
2020

2121
## ヒント

0 commit comments

Comments
 (0)