摘要: 分析 vue-router有3个模式,其中两个更为常用,那便是history和hash;两者差别主要在显示形式和部署上; 体验 vue-router4.x中设置模式的 方式已经改变 const router=createRouter({ history: createWebHashHistory() 阅读全文
posted @ 2022-11-08 10:00 Mochenghualei 阅读(283) 评论(0) 推荐(0)