提交 d9d3c19e 编写于 作者: X xzs02

Merge branch 'dev' of github.com:dcloudio/uni-app into dev

......@@ -2,6 +2,9 @@
<uni-image v-on="$listeners">
<div :style="modeStyle" />
<img :src="realImagePath">
<v-uni-resize-sensor
ref="sensor"
@resize="_resize" />
</uni-image>
</template>
<script>
......
......@@ -50,12 +50,11 @@ export default {
}
})
} else {
if (vnode.componentOptions && vnode.componentOptions.tag !== 'v-uni-text') {
console.warn('<text> 组件内只支持嵌套 <text>,不支持其它组件或自定义组件,否则会引发在不同平台的渲染差异。')
}
nodeList.push(vnode)
}
// TODO 这个方案有漏洞,需要完善组件嵌套的情况。
// else if (vnode.componentOptions && vnode.componentOptions.tag === 'v-uni-text') {
// nodeList.push(vnode)
// }
})
return createElement('uni-text', {
on: this.$listeners,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册