From 568d9c21fd70b29d41314deb22805fbcd309206a Mon Sep 17 00:00:00 2001 From: Yuwei Date: Sat, 21 Oct 2017 11:22:17 +0800 Subject: [PATCH] Fix a missing parenthesis --- src/v2/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/deployment.md b/src/v2/guide/deployment.md index 030e10c9a..0257e7504 100644 --- a/src/v2/guide/deployment.md +++ b/src/v2/guide/deployment.md @@ -96,7 +96,7 @@ rollup({ 可查阅相关构建工具文档: -- [Webpack + vue-loader](https://vue-loader.vuejs.org/zh-cn/configurations/extract-css.html) (the `vue-cli` webpack template has this pre-configured +- [Webpack + vue-loader](https://vue-loader.vuejs.org/zh-cn/configurations/extract-css.html) (the `vue-cli` webpack template has this pre-configured) - [Browserify + vueify](https://github.com/vuejs/vueify#css-extraction) - [Rollup + rollup-plugin-vue](https://vuejs.github.io/rollup-plugin-vue/#/en/2.3/?id=custom-handler)