Update style.md

缺少“from”
This commit is contained in:
Fifthwolf
2017-08-19 17:31:57 +08:00
committed by GitHub
parent a188e963f6
commit ba4a7da76a
+1 -1
View File
@@ -442,7 +442,7 @@ export default Breadcrumbs;
```javascript
// bad
import * as myObject './importModule';
import * as myObject from './importModule';
// good
import myObject from './importModule';