### Version 4.0.14 ### Reproduction link [github.com](https://github.com/vuejs/router/blob/main/src/history/hash.ts#L39) ### Steps to reproduce call createWebHashHistory like createWebHashHistory('/#/app') ### What is expected? No warning. ### What is actually happening? A warning appeared: [Vue Router warn]: A hash base must end with a "#": "/#/app" should be "/#". <!-- generated by vue-issues. DO NOT REMOVE -->