提交 3c31e1ad 编写于 作者: X xiaoyucoding

fix: web-view src change

上级 136c9308
<template>
<uni-web-view>
<iframe
:src="realPath"
:src="$getRealPath(src)"
frameborder="0"
width="100%"
height="100%" />
......@@ -15,11 +15,6 @@ export default {
type: String,
default: ''
}
},
data () {
return {
realPath: this.$getRealPath(this.src)
}
}
}
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册