<template v-if="playUrl">
<iframe class="myIframe" scrolling="auto" sandbox="allow-scripts allow-top-navigation allow-same-origin allow-forms" :src="playUrl" frameborder="0">
</iframe>
</template>
应用内需要使用一个外部网站,我使用的是iframe,但是引用到的网站内主页应该是使用了类似swiper的滑动功能,使得页面无法滚动,请问有什么办法解决嘛,或者有什么好的方案代替iframe?