vue中浏览器刷新事件

 mounted() {
 
    window.addEventListener('beforeunload', this.closeMask)
    this.$once('hook:beoforeDestroy', this.closeMask)
  },
methods:{
closeMask(){
}
}
 beforeDestroy() {
    this.closeMask()
  },
posted @ 2020-06-03 17:18  花囍  阅读(4798)  评论(0编辑  收藏  举报