minor
This commit is contained in:
parent
76b62128fb
commit
31f80ee116
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@ export default function() {
|
|||
}
|
||||
```
|
||||
|
||||
|
||||
The default export becomes `default` property in the module object, as explained in the [previous chapter](info:import-export).
|
||||
To import it, we need to get `default` property of the module object, as explained in the [previous chapter](info:import-export).
|
||||
|
||||
So, the dynamic import will be like this:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue