Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

チュートリアル上でファイル操作を伴う課題を修正 #54

Closed
aster-mnch opened this issue Jul 8, 2024 · 0 comments · Fixed by #55
Closed

チュートリアル上でファイル操作を伴う課題を修正 #54

aster-mnch opened this issue Jul 8, 2024 · 0 comments · Fixed by #55
Assignees

Comments

@aster-mnch
Copy link
Collaborator

現在の機能では、GUI 上からファイル操作ができないので↓の 2. のような記述があれば見直す。

## チャレンジ問題
それでは、これらの特徴を踏まえて以下のステップでロジックを Composables として切り出し、再利用してみましょう。
1. 既存の vue ファイル(`app.vue`)の確認してください。
2. カウンターロジックを Composable として切り出してください。具体的には `composables/` フォルダを作成し、その中に `useCounter.ts` というファイルを作成してください。
3. `app.vue` に 2 で切り出したロジックを適用してください。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant