Skip to content

Commit 5697944

Browse files
rsptMachinisteWeb
authored andcommitted
Traduction manquante (#26)
* Traduction manquante * parser => analyser * fragmenté => scindé * espace avant :
1 parent 84b03fb commit 5697944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fr/advanced/lazy-loading.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Deuxièmement, avec webpack 2, nous pouvons utiliser la syntaxe d'[import dynami
1616
import('./Foo.vue') // returns a Promise
1717
```
1818

19-
> Note: if you are using Babel, you will need to add the [syntax-dynamic-import](http://babeljs.io/docs/plugins/syntax-dynamic-import/) plugin so that Babel can properly parse the syntax.
19+
> Note: si vous utilisez Babel, vous aurez besoin d'ajouter le plugin [syntax-dynamic-import](http://babeljs.io/docs/plugins/syntax-dynamic-import/) de façon à ce que Babel puisse analyser correctement la syntaxe.
2020
21-
Combining the two, this is how to define an async component that will be automatically code-split by webpack:
21+
En combinant les deux, on définit un composant asynchrone qui sera automatiquement scindé par webpack :
2222

2323
``` js
2424
const Foo = () => import('./Foo.vue')

0 commit comments

Comments
 (0)