You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/08/30 08:08:03 UTC

[incubator-weex-site] branch master updated: 便于 -> 编译 (#490)

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 50f3885  便于 -> 编译 (#490)
50f3885 is described below

commit 50f38850665689aeec1b1450ede2c617e740b5dd
Author: 白小明 <80...@qq.com>
AuthorDate: Fri Aug 30 16:07:58 2019 +0800

    便于 -> 编译 (#490)
    
    便于 -> 编译
---
 docs/zh/guide/use-vue-in-weex.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/guide/use-vue-in-weex.md b/docs/zh/guide/use-vue-in-weex.md
index e62d61d..d4703c0 100644
--- a/docs/zh/guide/use-vue-in-weex.md
+++ b/docs/zh/guide/use-vue-in-weex.md
@@ -62,7 +62,7 @@ Weex 主要用于编写多页的应用程序,每个页面都对应了原生开
 
 ## 单文件组件
 
-Vue 中的[单文件组件](https://cn.vuejs.org/v2/guide/single-file-components.html)(即`*.vue`文件)是一种特殊的文件格式,扩展名为`.vue`。这个模板会在构建时便于到`render`函数里。
+Vue 中的[单文件组件](https://cn.vuejs.org/v2/guide/single-file-components.html)(即`*.vue`文件)是一种特殊的文件格式,扩展名为`.vue`。这个模板会在构建时编译到`render`函数里。
 
 此外,所有的编辑器里都支持一个好的[语法高亮插件](https://github.com/vuejs/awesome-vue#source-code-editing)。