You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/02/21 05:44:51 UTC

[2/2] incubator-weex-site git commit: Update image.md

Update image.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/a83ebc57
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/a83ebc57
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/a83ebc57

Branch: refs/heads/master
Commit: a83ebc57f28b691e9b728a2897473c7a6c67f9c1
Parents: 2234046
Author: Jiuzhou Zhang <nb...@sina.com>
Authored: Mon Feb 19 03:12:04 2018 -0600
Committer: GitHub <no...@github.com>
Committed: Mon Feb 19 03:12:04 2018 -0600

----------------------------------------------------------------------
 source/cn/references/components/image.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/a83ebc57/source/cn/references/components/image.md
----------------------------------------------------------------------
diff --git a/source/cn/references/components/image.md b/source/cn/references/components/image.md
index f9521bb..f4d9e5f 100644
--- a/source/cn/references/components/image.md
+++ b/source/cn/references/components/image.md
@@ -29,7 +29,7 @@ version: 2.1
 | 属性名           | 类型     | 值                          | 默认值     |
 | ------------- | ------ | -------------------------- | ------- |
 | `placeholder` | String | {URL / Base64}             | -       |
-| `resize`      | String | cover / contain / stretch | stretch |
+| `resize`      | String | cover / contain / stretch  | stretch |
 | `src`         | String | {URL / Base64 }            | -       |
 
 > **注意:**您可以指定一个相对 bundle URL 的相对路径,相对路径将被重写为绝对资源路径(本地或远程)。参见: [资源路径](../../guide/advanced/path.html)。