1. 程式人生 > >vue中阻止瀏覽器後退

vue中阻止瀏覽器後退

history.pushState(null, null, document.URL);
window.addEventListener(‘popstate’, function() {
history.pushState(null, null, document.URL);
});

vue阻止瀏覽器後退按鈕與js相同,同樣沒有脫離原生的js