第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

更改路由 Vuejs 時(shí)的 removeEventListener

更改路由 Vuejs 時(shí)的 removeEventListener

飲歌長嘯 2023-04-27 15:26:10
當(dāng)我掛載頁面時(shí),我添加了一個(gè) eventListner,如果用戶想要更改路由,我想將其刪除。但在我的情況下,在我更改路線后該事件仍然可用,如果我關(guān)閉選項(xiàng)卡,我仍然會(huì)收到警報(bào)。  mounted: function () {    window.addEventListener("beforeunload", this.detectTabClose);  },  beforeRouteLeave(to, from, next) {    //gets here and the route is changed, but this event is not removed    window.removeEventListener("beforeunload", this.detectTabClose, true);    next();  },detectTabClose(e) {    var confirmationMessage = "o/";    (e || window.event).returnValue = confirmationMessage;    return confirmationMessage;},
查看完整描述

1 回答

?
回首憶惘然

TA貢獻(xiàn)1847條經(jīng)驗(yàn) 獲得超11個(gè)贊

您可以刪除 beforeDestroy 掛鉤上的事件偵聽器

beforeDestroy() { 
  window.removeEventListener("beforeunload", this.detectTabClose);
},


查看完整回答
反對(duì) 回復(fù) 2023-04-27
  • 1 回答
  • 0 關(guān)注
  • 165 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)