Skip to content

Commit

Permalink
docs: 配置文档别名的示例加上逗号 (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
kycool authored and yuche committed Dec 14, 2018
1 parent a5ccded commit f735a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config-detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ import Utils from '../../utils'

```js
alias: {
'@components': path.resolve(__dirname, '..', 'src/components')
'@components': path.resolve(__dirname, '..', 'src/components'),
'@utils': path.resolve(__dirname, '..', 'src/utils')
}
```
Expand Down

0 comments on commit f735a05

Please sign in to comment.