Skip to content

Commit

Permalink
Merge pull request #94 from 2nofa11/2nofa11-chore-fix-typo-auto-imports
Browse files Browse the repository at this point in the history
chore-fix-typo-auto-imports
  • Loading branch information
aster-mnch authored Oct 25, 2024
2 parents 6a28c28 + 3110605 commit 8058a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/2.concepts/4.auto-imports/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Nuxt のディレクトリ構造の規約おかげで、 `components/`、`compos

また、Nuxt はいくつかのコンポーネントやコンポーザブル、ユーティリティも提供しています。
[ルーティング](/concepts/routing) のセクションで登場した `NuxtLink` コンポーネントがその一例です。\
他にも、データフェッチで利用する `useFetch()` コンポーザブルやランタイムの設定にアクセスる `useRuntimeConfig()` コンポーザブル、ページナビゲーションのための `navigateTo()` ユーティリティ関数などがあります。\
他にも、データフェッチで利用する `useFetch()` コンポーザブルやランタイムの設定にアクセスする `useRuntimeConfig()` コンポーザブル、ページナビゲーションのための `navigateTo()` ユーティリティ関数などがあります。\
たくさんあるので、そのほかのものは Nuxt 公式ドキュメントの [Components](https://nuxt.com/docs/api/components)[Composables](https://nuxt.com/docs/api/composables)[Utils](https://nuxt.com/docs/api/utils) のセクションを参照してください。

また、Nuxt では明示的なインポートもサポートしており、この場合は `#import` からインポートすることが可能です。
Expand Down

0 comments on commit 8058a74

Please sign in to comment.