diff --git a/examples/docs/en-US/quickstart.md b/examples/docs/en-US/quickstart.md index 5b55e0143..f4a29dee7 100644 --- a/examples/docs/en-US/quickstart.md +++ b/examples/docs/en-US/quickstart.md @@ -57,12 +57,11 @@ Then edit .babelrc: "presets": [ ["es2015", { "modules": false }] ], - "plugins": [["component", [ - { + "plugins": [["component", { "libraryName": "element-ui", "styleLibraryName": "theme-chalk" } - ]]] + ]] } ``` diff --git a/examples/docs/es/quickstart.md b/examples/docs/es/quickstart.md index c85c2f76f..9eee8bbfd 100644 --- a/examples/docs/es/quickstart.md +++ b/examples/docs/es/quickstart.md @@ -57,12 +57,11 @@ Luego edite .babelrc: "presets": [ ["es2015", { "modules": false }] ], - "plugins": [["component", [ - { + "plugins": [["component", { "libraryName": "element-ui", "styleLibraryName": "theme-chalk" } - ]]] + ]] } ``` diff --git a/examples/docs/zh-CN/quickstart.md b/examples/docs/zh-CN/quickstart.md index 699c8c692..b819fef0a 100644 --- a/examples/docs/zh-CN/quickstart.md +++ b/examples/docs/zh-CN/quickstart.md @@ -57,12 +57,11 @@ npm install babel-plugin-component -D "presets": [ ["es2015", { "modules": false }] ], - "plugins": [["component", [ - { + "plugins": [["component", { "libraryName": "element-ui", "styleLibraryName": "theme-chalk" } - ]]] + ]] } ```