Skip to content

Commit 8159827

Browse files
committed
docs: update readme.md
1 parent 352019c commit 8159827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and in your babelrc add
2929
```json
3030
{
3131
"presets": ["@vue/babel-preset-jsx"],
32-
"plugins": ["babel-plugin-react-scoped-css"]
32+
"plugins": ["babel-plugin-vue-jsx-scoped-css"]
3333
}
3434
```
3535

@@ -39,7 +39,7 @@ also note that you can define your own matching rule like this
3939
{
4040
"plugins": [
4141
[
42-
"babel-plugin-react-scoped-css",
42+
"babel-plugin-vue-jsx-scoped-css",
4343
{
4444
"include": ".local.(sa|sc|c)ss$"
4545
}

0 commit comments

Comments
 (0)