vue-router的兩種模式(hash,history)

在說vue路由鉤子函數以前,我先介紹一下路由的兩種模式:html const router = new VueRouter({    mode: 'history',   mode: 'hash', }) 1.hash模式     hash模式背後的原理是onhashchange事件,能夠用window.onhashchange來監聽這個事件,hash模式中的hash值是不會傳到後臺的,因此服務器
相關文章
相關標籤/搜索