Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6028e6

Browse files
bibi7yyx990803
authored andcommittedJul 26, 2018
docs: fix bold text (#1366)
1 parent cec116d commit a6028e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/zh/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
}
3232
```
3333

34-
**这个插件是必须的!**它的职责是将你定义过的其它规则复制并应用到 `.vue` 文件里相应语言的块。例如,如果你有一条匹配 `/\.js$/` 的规则,那么它会应用到 `.vue` 文件里的 `<script>` 块。
34+
**这个插件是必须的!** 它的职责是将你定义过的其它规则复制并应用到 `.vue` 文件里相应语言的块。例如,如果你有一条匹配 `/\.js$/` 的规则,那么它会应用到 `.vue` 文件里的 `<script>` 块。
3535

3636
一个更完整的 webpack 配置示例看起来像这样:
3737

0 commit comments

Comments
 (0)
Please sign in to comment.