提交 3dd80cd1 编写于 作者: D DCloud_LXH

fix: image.md

上级 75e33974
......@@ -198,7 +198,7 @@ bottom right:不缩放图片,只显示图片的右下边区域
- 默认的图片加载失败,是空白。如需自定义,可监听error事件进行重定义,如下
```html
<template>
<image src="xxx" @error="imageErrorEvent"></image><!--当图片加载失败时,会触发error事件-->
<image src="xxx" @error="imageErrorEvent"></image> // 当图片加载失败时,会触发error事件
</template>
<script lang="uts">
export default {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册