Vue.js Tips
原文中文,约400字,阅读约需1分钟。发表于: 。Vue.js Tips Removing # from URL Problem: When using Vue.js to build a project, the URL may contain #, which affects the appearance. Solution: Search for the const router = new VueRouter({})...
介绍Vue.js全局搜索功能,去除URL中的#,提高网站观感。在VueRouter函数中添加'mode: history'语句。参考了一篇关于去除vue项目中#的文章。