Listening iframe loaded

用 @load="loading" 

 

In a written inside Vue interface, there is an iframe tag,

iframe load other sites,

<iframe @load="loading" id="iframe" ref="ifrane"> </iframe>
    public loading() {
        this.iframe = false;
    }

 

Guess you like

Origin www.cnblogs.com/ll15888/p/12031965.html