Skip to content

Commit 7acc95a

Browse files
committed
[doc] fix babel-plugin-component intro
1 parent 34686d3 commit 7acc95a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ npm i babel-plugin-component --save-dev
3434
```json
3535
{
3636
"plugins": ["transform-vue-jsx", "something else" ,["babel-plugin-component", {
37-
"libraryName": "wdui"
37+
"libraryName": "wdui",
38+
"style": false
3839
}]],
3940
}
4041
```

docs/zh-cn/Quickstart.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ npm i babel-plugin-component --save-dev
5151
...
5252
"plugins": ["transform-vue-jsx",["babel-plugin-component", {
5353
"libraryName": "wdui",
54+
"style": false
5455
}]],
5556
...
5657
}

0 commit comments

Comments
 (0)