IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
vue-router history 异闻录
Usubeni Fantasy
发表于
2019-04-02 15:40:30
love
0
其实标题应该是「vue-router history 模式非根目录部署处理」但是不想太长,就改成现在的了。 > `vue-router` 默认 hash 模式 —— 使用 URL 的 hash 来模拟一个完整的 URL,于是当 URL 改变时,页面不会重新加载。 > 如果不想要很丑的 hash,我们可以用路由的 **history 模式**,这种模式充分利用 `history.pushSt...