- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 可直接使用带面包屑页头,使用historyMode路由 ### What does the proposed API look like? ``` import { createWebHistory } from 'vue-router' <a-page-header :breadcrumb="{ history: createWebHistory(process.env.BASE_URL),routes:[...] }"/> ``` <!-- generated by issue-helper. DO NOT REMOVE -->