vue监听手机物理返回键(浏览器返回)

//一、挂载完成后,判断浏览器是否支持popstate mounted(){ if (window.history && window.history.pushState) { history.pushState(null, null, document.URL); window.addEventListener('popstate', this.goBack, false);
相关文章
相关标签/搜索