摘要:
https://blog.csdn.net/yincg/article/details/71439061 阅读全文
posted @ 2018-11-16 16:23
知者认知
阅读(129)
评论(0)
推荐(0)
摘要:
HTML5 History 模式 vue-router 默认 hash 模式 —— 使用 URL 的 hash 来模拟一个完整的 URL,于是当 URL 改变时,页面不会重新加载。 如果不想要很丑的 hash,我们可以用路由的 history 模式,这种模式充分利用 history.pushStat 阅读全文
posted @ 2018-11-16 12:43
知者认知
阅读(8573)
评论(0)
推荐(0)