You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ef...@apache.org on 2018/12/14 10:30:43 UTC

[incubator-weex-site] branch draft updated: [WEEX][Document] Fix switch Compile Error

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

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


The following commit(s) were added to refs/heads/draft by this push:
     new cdccded  [WEEX][Document]  Fix switch Compile Error
cdccded is described below

commit cdccdedfc09aee3f9e707b89588de76f9b9ab286
Author: jianbai.gbj <ji...@taobao.com>
AuthorDate: Fri Dec 14 18:30:31 2018 +0800

    [WEEX][Document]  Fix switch Compile Error
---
 docs/zh/guide/introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/guide/introduction.md b/docs/zh/guide/introduction.md
index 1c32a3b..93ac4c7 100644
--- a/docs/zh/guide/introduction.md
+++ b/docs/zh/guide/introduction.md
@@ -36,7 +36,7 @@ Weex 在 iOS 和 Android 上都实现了一个渲染引擎,并提供了一套
 
 尽管 Weex 中的组件看起来很像 HTML 标签,但你无法使用所有 HTML 标签,只能使用内置组件和自定义组件。
 
-在框架内部,Weex 使用的是原生系统提供的 Widget 来渲染的。尽管 Weex 强调每个跨平台的一致性,但我们仍然接受平台本身的行为和 UI 差异。 例如 [<switch> switch 组件](http://dotwe.org/vue/d96943452b6708422197c47920903823) 在 Android 和 iOS 上看起来是不同的(在 Web 端的外观模拟了 iOS)。
+在框架内部,Weex 使用的是原生系统提供的 Widget 来渲染的。尽管 Weex 强调每个跨平台的一致性,但我们仍然接受平台本身的行为和 UI 差异。 例如 [<switch/> switch 组件](http://dotwe.org/vue/d96943452b6708422197c47920903823) 在 Android 和 iOS 上看起来是不同的(在 Web 端的外观模拟了 iOS)。
 
 ![Different switch](../../guide/images/different-switch.png)