未验证 提交 dc326370 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/ui/js-framework-syntax-hml.md.

Signed-off-by: NLiAn <lian15@huawei.com>
上级 d650f7a3
...@@ -184,7 +184,7 @@ Touch触摸类事件支持捕获,捕获阶段位于冒泡阶段之前,捕获 ...@@ -184,7 +184,7 @@ Touch触摸类事件支持捕获,捕获阶段位于冒泡阶段之前,捕获
<!-- 绑定事件回调函数,但阻止事件向下传递。5+ --> <!-- 绑定事件回调函数,但阻止事件向下传递。5+ -->
<div grab:touchstart.capture="touchstartfunc"></div> <div grab:touchstart.capture="touchstartfunc"></div>
</div> </div>
``` ```
``` ```
// xxx.js // xxx.js
...@@ -215,6 +215,7 @@ Touch触摸类事件支持捕获,捕获阶段位于冒泡阶段之前,捕获 ...@@ -215,6 +215,7 @@ Touch触摸类事件支持捕获,捕获阶段位于冒泡阶段之前,捕获
<text>{{index}}.{{value.name}}</text> <text>{{index}}.{{value.name}}</text>
</div> </div>
</div> </div>
``` ```
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册