vue如何在用戶要關閉當前網頁時彈出提示

效果以下圖vue 正常 js 頁面處理方式web window.onbeforeunload = function (e) { e = e || window.event; // 兼容IE8和Firefox 4以前的版本 if (e) { e.returnValue = '關閉提示'; } // Chrome, Safari, Firefox 4+, Opera 12+
相關文章
相關標籤/搜索