用 @load="loading" 在Vue里面写了一个界面,有一个iframe标签, iframe加载其他网站, <iframe @load="loading" > </iframe> public loading() { this.iframe = false; } 相关文章: