Skip to content
/ docs Public
forked from withastro/docs

Commit

Permalink
i18n(fr): Update guides/imports.mdx from withastro#10451 (nothing w…
Browse files Browse the repository at this point in the history
…as updated, because the link is already correct.

Signed-off-by: Thomas Bonnet <[email protected]>
  • Loading branch information
thomasbnt committed Dec 19, 2024
1 parent 5fe6b65 commit 2babfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/fr/guides/imports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Ces alias sont également intégrés automatiquement dans [VS Code](https://code

L'utilitaire [`import.meta.glob()` de Vite](https://vite.dev/guide/features.html#glob-import) est un moyen d'importer plusieurs fichiers à la fois en utilisant des modèles glob pour trouver des chemins de fichiers correspondants.

`import.meta.glob()` prend un [modèle glob relatif](#patterns-globaux) correspondant aux fichiers locaux que vous souhaitez importer comme paramètre. Il renvoie un tableau des exportations de chaque fichier correspondant. Pour charger tous les modules correspondants à l'avance, passez `{ eager: true }` comme deuxième argument :
`import.meta.glob()` prend un [modèle glob relatif](#patterns-globaux) correspondant aux fichiers locaux que vous souhaitez importer comme paramètre. Il renvoie un tableau des exportations de chaque fichier correspondant. Pour charger tous les modules correspondants à l'avance, passez `{ eager: true }` comme deuxième argument :
```astro title="src/components/my-component.astro" {3,4}
---
Expand Down

0 comments on commit 2babfd8

Please sign in to comment.