Skip to content

Commit

Permalink
chore-fix-typo-auto-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
2nofa11 authored Oct 25, 2024
1 parent 6a28c28 commit 3110605
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 3110605

Please sign in to comment.