mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
commit
a2468adcbe
@ -442,7 +442,7 @@ export default Breadcrumbs;
|
||||
|
||||
```javascript
|
||||
// bad
|
||||
import * as myObject './importModule';
|
||||
import * as myObject from './importModule';
|
||||
|
||||
// good
|
||||
import myObject from './importModule';
|
||||
|
Loading…
x
Reference in New Issue
Block a user