Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

feat: Add a nickname to the route #175

Closed
xxholly32 opened this issue Jul 29, 2023 · 1 comment
Closed

feat: Add a nickname to the route #175

xxholly32 opened this issue Jul 29, 2023 · 1 comment
Labels
pr welcome T: feature Typpe: New feature or request

Comments

@xxholly32
Copy link
Contributor

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.

image

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,

@xxholly32 xxholly32 changed the title Add a nickname about to the route feat: Add a nickname about to the route Jul 29, 2023
@xxholly32 xxholly32 changed the title feat: Add a nickname about to the route feat: Add a nickname to the route Jul 29, 2023
@alexzhang1030
Copy link
Collaborator

That makes sense. Maybe we can show the meta data in the table. Feel free to open a PR if you want to try it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr welcome T: feature Typpe: New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants