[doc] update document format
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/c96919f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/c96919f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/c96919f2 Branch: refs/heads/master Commit: c96919f2b9e1f49df417622701bfcb37de1683bc Parents: 8581b68 Author: acton393 <[email protected]> Authored: Fri Mar 23 17:39:01 2018 +0800 Committer: acton393 <[email protected]> Committed: Fri Mar 23 17:39:01 2018 +0800 ---------------------------------------------------------------------- source/cn/wiki/component-introduction.md | 1 + source/wiki/component-introduction.md | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/c96919f2/source/cn/wiki/component-introduction.md ---------------------------------------------------------------------- diff --git a/source/cn/wiki/component-introduction.md b/source/cn/wiki/component-introduction.md index 7c2b36d..a0a1343 100644 --- a/source/cn/wiki/component-introduction.md +++ b/source/cn/wiki/component-introduction.md @@ -7,6 +7,7 @@ version: 2.1 --- ### ä»ä¹æ¯ component + ç®åæ¥è®²ï¼`component` 就类似 `Weex` 渲æå¼æä¸ç `Widget`, 符åä¸å®çè§åç `Widget`, å¯ä»¥è¢« Weex engine å¨åå§åçæ¶åæ£ç¡®çå è½½ï¼å¼åè å¨ `DSL` 书å对åºçæ ç¾åå(卿³¨åçæ¶æä¾ç注ååå)ï¼ æ¯å¦å ç½®çä¸äºç»ä»¶ `div`ï¼`image` å `text`ãå®å¯ä»¥è¯»åç¹å®ç屿§ï¼å±ç¤ºç¨æ·æ°æ®ï¼æ¿è½½å触åäºä»¶ï¼å¦æ Weex å ç½®çç»ä»¶ä¸è½æ»¡è¶³ä½ çå¼åéæ±ï¼å¯ä»¥èªå®ä¹ä½ èªå·±ç componentã http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/c96919f2/source/wiki/component-introduction.md ---------------------------------------------------------------------- diff --git a/source/wiki/component-introduction.md b/source/wiki/component-introduction.md index ffa4567..01cee5f 100644 --- a/source/wiki/component-introduction.md +++ b/source/wiki/component-introduction.md @@ -7,6 +7,7 @@ version: 2.1 --- ### what's component + Generallyï¼`component` is a entity `Widget` in Weex engine, and it can be loaded if confirm to some details rules whlile the Weex engine init. It can display some detail contents, receive touch or other custom events, custom attributes. There are some internal components registered such as `div`, `image` and `text`, you can custom your own component if these can not meet your needs.
