This commit is contained in:
Ilya Kantor 2019-07-09 03:59:37 +03:00
parent 76b62128fb
commit 31f80ee116

View file

@ -77,8 +77,7 @@ export default function() {
} }
``` ```
To import it, we need to get `default` property of the module object, as explained in the [previous chapter](info:import-export).
The default export becomes `default` property in the module object, as explained in the [previous chapter](info:import-export).
So, the dynamic import will be like this: So, the dynamic import will be like this: