提交 997964b5 编写于 作者: chenli_1989's avatar chenli_1989

fix: 修复 image 组件 contentPath 字段默认为空导致 img 请求空问题

上级 be1b23b8
......@@ -4,7 +4,10 @@
ref="content"
:style="style"
/>
<img :src="contentPath">
<img
v-if="contentPath"
:src="contentPath"
>
<v-uni-resize-sensor
v-if="mode === 'widthFix' || mode === 'heightFix'"
ref="sensor"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册