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:50 UTC

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

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master 740f8fc6d -> a83ebc57f


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/22340461
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/22340461
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/22340461

Branch: refs/heads/master
Commit: 2234046136319a210b6c47b49d605dd33ca2bffe
Parents: 740f8fc
Author: Jiuzhou Zhang <nb...@sina.com>
Authored: Mon Feb 19 03:09:36 2018 -0600
Committer: GitHub <no...@github.com>
Committed: Mon Feb 19 03:09:36 2018 -0600

----------------------------------------------------------------------
 source/cn/references/components/image.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22340461/source/cn/references/components/image.md
----------------------------------------------------------------------
diff --git a/source/cn/references/components/image.md b/source/cn/references/components/image.md
index 1de2044..f9521bb 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 | conver / contain / stretch | stretch |
+| `resize`      | String | cover / contain / stretch | stretch |
 | `src`         | String | {URL / Base64 }            | -       |
 
 > **注意:**您可以指定一个相对 bundle URL 的相对路径,相对路径将被重写为绝对资源路径(本地或远程)。参见: [资源路径](../../guide/advanced/path.html)。
@@ -152,4 +152,4 @@ export default {
 
 - [Base64 示例](http://dotwe.org/vue/ba477790c85ea12bbf7ad3a5f0885b5c)
 - [Multi-layer images 示例](http://dotwe.org/vue/c44359c0f200abc1f66504b88587e4f6)
-- [Lazy load image 示例](http://dotwe.org/vue/b0b146e4e6fa4890f800e18cb950f803)
\ No newline at end of file
+- [Lazy load image 示例](http://dotwe.org/vue/b0b146e4e6fa4890f800e18cb950f803)


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

Posted by ha...@apache.org.
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)。