Merge pull request #479 from Fifthwolf/patch-1

Update style.md
This commit is contained in:
Ruan YiFeng
2017-08-20 07:20:13 +08:00
committed by GitHub
+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';