From ba4a7da76a57623862eb2a0623c7fa990ca30e58 Mon Sep 17 00:00:00 2001 From: Fifthwolf Date: Sat, 19 Aug 2017 17:31:57 +0800 Subject: [PATCH] Update style.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 缺少“from” --- docs/style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style.md b/docs/style.md index 6fbb89b..97af712 100644 --- a/docs/style.md +++ b/docs/style.md @@ -442,7 +442,7 @@ export default Breadcrumbs; ```javascript // bad -import * as myObject './importModule'; +import * as myObject from './importModule'; // good import myObject from './importModule';