Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit e0163eb

Browse files
committed
update README.md, babelrc was not valid JSON
1 parent 454a625 commit e0163eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ The default Babel (6) options used for Vue.js components are:
122122

123123
``` js
124124
{
125-
presets: ['es2015'],
126-
plugins: ['transform-runtime']
125+
"presets": ["es2015"],
126+
"plugins": ["transform-runtime"]
127127
}
128128
```
129129

0 commit comments

Comments
 (0)