Skip to content

Commit

Permalink
Typo readme
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Mar 23, 2016
1 parent 75e77dd commit 3b3f601
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Other options see [simpletransformcode-options](https://github.com/facebookarchi
"includePattern": ".+\\.vue|js$"
},
"vue": {
es6: true,
harmony: true,
es6module: true,
extension: ['vue']
"es6": true,
"harmony": true,
"es6module": true,
"extension": ["vue"]
}
}
```
Expand Down

0 comments on commit 3b3f601

Please sign in to comment.