This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Description
The active route path can be seen at a glance, but at this time when I want to switch to ‘’tabledetail' (the Chinese name is 列表详情), my mind is "列表详情" not tabledetail, but this time I may not be able to locate the tabledetail route at once.

By the way, my implementation here is through the meta of route in the vue file,like this
<route lang="yaml">
meta:
layout: default
breadcrumb: [基础详情页]
</route>
I see a lot of gaps in the routing section of this tool and I was wondering if I could add some content to it. Certainly in the form of configurable items.
I can design and contribute if you think it's okay,