📜  Vue JS 生产模式刷新导致 404 错误 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:51.448000             🧑  作者: Mango

代码示例1
url:  https://next.router.vuejs.org/api/#history

createRouter({
  history: createWebHashHistory(),
  // other options...
})