Commit a6028e65 authored by bibi7's avatar bibi7 Committed by Evan You

docs: fix bold text (#1366)

parent cec116d7
......@@ -31,7 +31,7 @@ module.exports = {
}
```
**这个插件是必须的!**它的职责是将你定义过的其它规则复制并应用到 `.vue` 文件里相应语言的块。例如,如果你有一条匹配 `/\.js$/` 的规则,那么它会应用到 `.vue` 文件里的 `<script>` 块。
**这个插件是必须的!** 它的职责是将你定义过的其它规则复制并应用到 `.vue` 文件里相应语言的块。例如,如果你有一条匹配 `/\.js$/` 的规则,那么它会应用到 `.vue` 文件里的 `<script>` 块。
一个更完整的 webpack 配置示例看起来像这样:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment