screenfull.js监听页面全屏变换
mounted () {
screenfull && screenfull.isEnabled && screenfull.onchange(() => {
this.isfull= !this.isfull;
})
},
mounted () {
screenfull && screenfull.isEnabled && screenfull.onchange(() => {
this.isfull= !this.isfull;
})
},