VUE路由去掉“#”

若是不想要很丑的 hash(地址栏去掉“#”),咱们能够用路由的 history 模式,这种模式充分利用 history.pushState API 来完成 URL 跳转而无须从新加载页面。web const router = new VueRouter({ mode: 'history', routes: [...] })
相关文章
相关标签/搜索