使用 iframe 嵌入,不能全屏的问题解决方法

104 阅读1分钟

iframe 加个属性 allowfullscreen

<iframe :src="url" frameborder="0" allowfullscreen></iframe>