VUE路由去掉「#」

若是不想要很醜的 hash(地址欄去掉「#」),咱們能夠用路由的 history 模式,這種模式充分利用 history.pushState API 來完成 URL 跳轉而無須從新加載頁面。web const router = new VueRouter({ mode: 'history', routes: [...] })
相關文章
相關標籤/搜索